Skip to content

Commit

Permalink
[rb] remove phantomjs tests that don't get run
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 17, 2017
1 parent 576feaf commit 8014cb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ task :test_rb => ["//rb:unit-test", :test_rb_local, :test_rb_remote]
task :test_rb_local => [
"//rb:chrome-test",
"//rb:firefox-test",
"//rb:phantomjs-test",
("//rb:ff-esr-test" if ENV['FF_ESR_BINARY']),
("//rb:safari-preview-test" if mac?),
("//rb:safari-test" if mac?),
Expand All @@ -279,7 +278,6 @@ task :test_rb_local => [
task :test_rb_remote => [
"//rb:remote-chrome-test",
"//rb:remote-firefox-test",
"//rb:remote-phantomjs-test",
("//rb:remote-ff-esr-test" if ENV['FF_ESR_BINARY']),
("//rb:remote-safari-preview-test" if mac?),
("//rb:remote-safari-test" if mac?),
Expand Down

0 comments on commit 8014cb3

Please sign in to comment.