Skip to content

Commit

Permalink
[java] disable / enable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg1985 committed Jan 10, 2024
1 parent 7cc0eba commit 9905e7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public void canCastOnDesktop() {
}
}

//@Test
@Test
@Timeout(120)
void canManageNetworkConditions() {
HasNetworkConditions conditions = (HasNetworkConditions) driver;
Expand All @@ -200,7 +200,7 @@ void canManageNetworkConditions() {
}
}

@Test
//@Test
@Timeout(120)
void canExecuteCdpCommands() {
HasCdp cdp = (HasCdp) driver;
Expand Down

0 comments on commit 9905e7b

Please sign in to comment.