Skip to content

Commit c81a3f3

Browse files
committed
Ignoring tests in legacy firefox, the related issue closed but not fixed.
1 parent 50f9bb1 commit c81a3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/client/test/org/openqa/selenium/SessionHandlingTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void callingQuitMoreThanOnceOnASessionIsANoOp() {
4343

4444
@NoDriverAfterTest
4545
@Test
46-
@Ignore(value = FIREFOX, issue = "https://github.com/SeleniumHQ/selenium/issues/3792")
46+
@Ignore(value = FIREFOX)
4747
@Ignore(PHANTOMJS)
4848
@NotYetImplemented(value = MARIONETTE, reason = "https://github.com/mozilla/geckodriver/issues/689")
4949
public void callingQuitAfterClosingTheLastWindowIsANoOp() {
@@ -54,7 +54,7 @@ public void callingQuitAfterClosingTheLastWindowIsANoOp() {
5454

5555
@NoDriverAfterTest
5656
@Test
57-
@Ignore(value = FIREFOX, issue = "3792")
57+
@Ignore(value = FIREFOX)
5858
@Ignore(value = PHANTOMJS, reason = "throws NoSuchWindowException")
5959
@Ignore(value = SAFARI, reason = "throws NullPointerException")
6060
@NotYetImplemented(value = MARIONETTE, reason = "https://github.com/mozilla/geckodriver/issues/689")

0 commit comments

Comments
 (0)