Skip to content

Commit

Permalink
[java] disable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg1985 committed Jan 10, 2024
1 parent 77c3234 commit 515b6ff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public String checkPermission(WebDriver driver, String permission) {
return result.get("state").toString();
}

@Test
//@Test
@Timeout(120)
@Ignore(gitHubActions = true)
void canCast() {
Expand All @@ -157,7 +157,7 @@ void canCast() {
}
}

@Test
//@Test
@Timeout(120)
@Ignore(gitHubActions = true)
public void canCastOnDesktop() {
Expand Down

0 comments on commit 515b6ff

Please sign in to comment.