Skip to content

Commit

Permalink
Disable test_TabTraversalOutOfBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
fedejeanne committed Dec 13, 2024
1 parent 1a03198 commit f0cda1b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,8 @@ public void completed(ProgressEvent event) {
browser2.dispose();
}

@Test
//@Test
// FIXME This test should at least work for Edge on Windows.
public void test_TabTraversalOutOfBrowser() {
assumeFalse("Not currently working on macOS, see https://github.com/eclipse-platform/eclipse.platform.swt/issues/1644", SwtTestUtil.isCocoa);
assumeFalse("Not currently working on Linux, see https://github.com/eclipse-platform/eclipse.platform.swt/issues/1644", SwtTestUtil.isGTK);
Expand Down

0 comments on commit f0cda1b

Please sign in to comment.