Skip to content

Commit 8014cb3

Browse files
committed
[rb] remove phantomjs tests that don't get run
1 parent 576feaf commit 8014cb3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ task :test_rb => ["//rb:unit-test", :test_rb_local, :test_rb_remote]
268268
task :test_rb_local => [
269269
"//rb:chrome-test",
270270
"//rb:firefox-test",
271-
"//rb:phantomjs-test",
272271
("//rb:ff-esr-test" if ENV['FF_ESR_BINARY']),
273272
("//rb:safari-preview-test" if mac?),
274273
("//rb:safari-test" if mac?),
@@ -279,7 +278,6 @@ task :test_rb_local => [
279278
task :test_rb_remote => [
280279
"//rb:remote-chrome-test",
281280
"//rb:remote-firefox-test",
282-
"//rb:remote-phantomjs-test",
283281
("//rb:remote-ff-esr-test" if ENV['FF_ESR_BINARY']),
284282
("//rb:remote-safari-preview-test" if mac?),
285283
("//rb:remote-safari-test" if mac?),

0 commit comments

Comments
 (0)