Skip to content

Commit 2a54d3c

Browse files
committed
[java] ignore test that breaks in 119
1 parent 8401a7e commit 2a54d3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

java/test/org/openqa/selenium/I18nTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919

2020
import static org.assertj.core.api.Assertions.assertThat;
2121
import static org.junit.jupiter.api.Assumptions.assumeTrue;
22-
import static org.openqa.selenium.testing.drivers.Browser.CHROME;
23-
import static org.openqa.selenium.testing.drivers.Browser.EDGE;
24-
import static org.openqa.selenium.testing.drivers.Browser.IE;
22+
import static org.openqa.selenium.testing.drivers.Browser.*;
2523

2624
import org.junit.jupiter.api.Test;
2725
import org.openqa.selenium.environment.GlobalTestEnvironment;
@@ -75,6 +73,7 @@ void testEnteringHebrewTextFromRightToLeft() {
7573
@Test
7674
@Ignore(value = CHROME, reason = "ChromeDriver only supports characters in the BMP")
7775
@Ignore(value = EDGE, reason = "EdgeDriver only supports characters in the BMP")
76+
@Ignore(value = FIREFOX, reason = "https://github.com/mozilla/geckodriver/issues/2139")
7877
public void testEnteringSupplementaryCharacters() {
7978
driver.get(pages.chinesePage);
8079

0 commit comments

Comments
 (0)