Skip to content

Commit

Permalink
Disable test_TabTraversalOutOfBrowser for IE
Browse files Browse the repository at this point in the history
In class Test_org_eclipse_swt_browser_Browser.
  • Loading branch information
fedejeanne committed Dec 13, 2024
1 parent e8452d8 commit 4bf1af8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2584,6 +2584,7 @@ public void completed(ProgressEvent event) {
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);
assumeFalse("Currently broken for IE", browser.getBrowserType().equalsIgnoreCase("ie"));

Text text = new Text(shell, SWT.NONE);

Expand Down

0 comments on commit 4bf1af8

Please sign in to comment.