Skip to content

Commit

Permalink
Removing go targets that run PhamtomJS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 18, 2017
1 parent 5036d9d commit a86e598
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ task :test_remote => [
:test_remote_server
]
task :test_safari => [ "//java/client/test/org/openqa/selenium/safari:safari:run" ]
task :test_phantomjs => [ "//java/client/test/org/openqa/selenium/phantomjs:phantomjs:run" ]
task :test_support => [
"//java/client/test/org/openqa/selenium/lift:lift:run",
"//java/client/test/org/openqa/selenium/support:small-tests:run",
Expand Down
6 changes: 0 additions & 6 deletions rake-tasks/browsers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@
},
:browser_name => "blackberry"
},
"phantomjs" => {
:python => {
:driver => "PhantomJS",
},
:browser_name => "phantomjs"
},
"remote_firefox" => {
:python => {
:driver => "Remote",
Expand Down

0 comments on commit a86e598

Please sign in to comment.