Skip to content

Commit

Permalink
[java] Disable BiDi test temporarily
Browse files Browse the repository at this point in the history
Since BiDi support is available only on Firefox beta and nightly channels. This will help keep the CI green.
  • Loading branch information
pujagani committed May 25, 2022
1 parent 6ff3693 commit f69abe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/test/org/openqa/selenium/bidi/BiDiSessionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;

import org.junit.After;
import org.junit.Ignore;
import org.junit.Test;
import org.openqa.selenium.firefox.FirefoxBinary;
import org.openqa.selenium.firefox.FirefoxDriver;
Expand All @@ -31,6 +32,7 @@ public class BiDiSessionTest {

private FirefoxDriver driver;

@Ignore
@Test
public void shouldBeAbleToCreateABiDiSession() {
FirefoxOptions options = new FirefoxOptions();
Expand Down

0 comments on commit f69abe3

Please sign in to comment.