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 32f880a commit bf53c3dCopy full SHA for bf53c3d
java/test/org/openqa/selenium/testing/IgnoreComparator.java
@@ -52,7 +52,7 @@ public boolean shouldIgnore(Stream<Ignore> ignoreList) {
52
return ignoreList.anyMatch(
53
driver ->
54
(ignored.contains(driver.value()) || driver.value() == Browser.ALL)
55
- && ((!driver.gitHubActions() || TestUtilities.isOnGitHubActions()))
+ && (!driver.gitHubActions() || TestUtilities.isOnGitHubActions())
56
&& isOpen(driver.issue()));
57
}
58
0 commit comments