Skip to content

Commit 9a6ba01

Browse files
committed
Avoiding test on Windows for now.
1 parent db5f926 commit 9a6ba01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/java/src/test/java/dev/selenium/browsers/ChromeTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
import org.junit.jupiter.api.AfterEach;
1515
import org.junit.jupiter.api.Assertions;
1616
import org.junit.jupiter.api.Test;
17+
import org.junit.jupiter.api.condition.DisabledOnOs;
18+
import org.junit.jupiter.api.condition.OS;
1719
import org.openqa.selenium.By;
1820
import org.openqa.selenium.WebElement;
1921
import org.openqa.selenium.bidi.webextension.ExtensionPath;
@@ -59,6 +61,7 @@ public void setBrowserLocation() {
5961
}
6062

6163
@Test
64+
@DisabledOnOs(OS.WINDOWS)
6265
public void extensionOptions() {
6366
ChromeOptions options = getDefaultChromeOptions();
6467
options.enableBiDi();

0 commit comments

Comments
 (0)