Skip to content

Commit f69abe3

Browse files
committed
[java] Disable BiDi test temporarily
Since BiDi support is available only on Firefox beta and nightly channels. This will help keep the CI green.
1 parent 6ff3693 commit f69abe3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java/test/org/openqa/selenium/bidi/BiDiSessionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
2121

2222
import org.junit.After;
23+
import org.junit.Ignore;
2324
import org.junit.Test;
2425
import org.openqa.selenium.firefox.FirefoxBinary;
2526
import org.openqa.selenium.firefox.FirefoxDriver;
@@ -31,6 +32,7 @@ public class BiDiSessionTest {
3132

3233
private FirefoxDriver driver;
3334

35+
@Ignore
3436
@Test
3537
public void shouldBeAbleToCreateABiDiSession() {
3638
FirefoxOptions options = new FirefoxOptions();

0 commit comments

Comments
 (0)