Skip to content

Commit

Permalink
[java] Ignoring a test that fails in RBE
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 25, 2024
1 parent 860c414 commit e383762
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ void testContextClick() {
}

@Test
@Ignore(value = CHROME, issue = "Timeout in RBE, works locally.")
void testMoveToLocation() {
driver.get(pages.mouseInteractionPage);

Expand Down

0 comments on commit e383762

Please sign in to comment.