Skip to content

Commit

Permalink
[java] Deleting a test that contains duplicated cases, they are cover…
Browse files Browse the repository at this point in the history
…ed by Firefox-specific tests that can be run in remote or grid mode.
  • Loading branch information
barancev committed Nov 20, 2018
1 parent cb8aa77 commit 771c93c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 103 deletions.
1 change: 0 additions & 1 deletion java/client/test/org/openqa/selenium/remote/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ java_library(name = 'remote-driver-test-lib',
srcs = [
'RemoteSpecificTests.java',
'RemoteWebDriverScreenshotTest.java',
'StartingFirefoxRemotelyTest.java',
],
deps = [
'//java/client/src/org/openqa/selenium:selenium',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@

@RunWith(Suite.class)
@Suite.SuiteClasses({
RemoteWebDriverScreenshotTest.class,
StartingFirefoxRemotelyTest.class
RemoteWebDriverScreenshotTest.class
})
public class RemoteSpecificTests {
}

This file was deleted.

0 comments on commit 771c93c

Please sign in to comment.