From 6bacebcaff5e92f0b83de6b6e7673c4c71c17108 Mon Sep 17 00:00:00 2001 From: kshitij sharma Date: Fri, 30 Oct 2015 14:32:55 +0100 Subject: [PATCH] Update RoboFile.php --- RoboFile.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/RoboFile.php b/RoboFile.php index 7b12979a334..1bdea271302 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -150,9 +150,6 @@ public function runTest($pathToTestFile = null, $suite = 'acceptance') ->arg('--debug') ->run() ->stopOnFail(); - - // Kill selenium server - // $this->_exec('curl http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer'); } /**