We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff3693 commit f69abe3Copy full SHA for f69abe3
1 file changed
java/test/org/openqa/selenium/bidi/BiDiSessionTest.java
@@ -20,6 +20,7 @@
20
import static org.assertj.core.api.AssertionsForClassTypes.assertThat;
21
22
import org.junit.After;
23
+import org.junit.Ignore;
24
import org.junit.Test;
25
import org.openqa.selenium.firefox.FirefoxBinary;
26
import org.openqa.selenium.firefox.FirefoxDriver;
@@ -31,6 +32,7 @@ public class BiDiSessionTest {
31
32
33
private FirefoxDriver driver;
34
35
+ @Ignore
36
@Test
37
public void shouldBeAbleToCreateABiDiSession() {
38
FirefoxOptions options = new FirefoxOptions();
0 commit comments