Skip to content

Commit f2f89b8

Browse files
committed
[java] A silly mistake, forgot to remove old code that should be replaced by the new one
1 parent 825c560 commit f2f89b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/client/test/org/openqa/selenium/testing/IgnoreComparator.java

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public boolean shouldIgnore(Ignore ignore) {
4848
private boolean shouldIgnore(Stream<Ignore> ignoreList) {
4949
return ignoreList.anyMatch(
5050
driver -> (ignored.contains(driver.value()) || driver.value() == Browser.ALL)
51-
&& (!driver.travis() || TestUtilities.isOnTravis())
5251
&& ((!driver.travis() || TestUtilities.isOnTravis())
5352
|| (!driver.gitHubActions() || TestUtilities.isOnGitHubActions()))
5453
&& isOpen(driver.issue()));

0 commit comments

Comments
 (0)