my previously running selenium tests have stopped running on my build server (or build agent to be precise).
Running them manually on the box shows me that multiple tests are failing because it is trying in vain to connect to the Selenium server on the machine. I don't have any need right now for the server, so why is it trying to connect to it? I haven't installed anything locally (on my dev machine, that is) either, and it works fine.
Any ideas?
Thanks, Monty