Skip to content

Commit 4bf1af8

Browse files
committed
Disable test_TabTraversalOutOfBrowser for IE
In class Test_org_eclipse_swt_browser_Browser.
1 parent e8452d8 commit 4bf1af8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_Browser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,6 +2584,7 @@ public void completed(ProgressEvent event) {
25842584
public void test_TabTraversalOutOfBrowser() {
25852585
assumeFalse("Not currently working on macOS, see https://github.com/eclipse-platform/eclipse.platform.swt/issues/1644", SwtTestUtil.isCocoa);
25862586
assumeFalse("Not currently working on Linux, see https://github.com/eclipse-platform/eclipse.platform.swt/issues/1644", SwtTestUtil.isGTK);
2587+
assumeFalse("Currently broken for IE", browser.getBrowserType().equalsIgnoreCase("ie"));
25872588

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

0 commit comments

Comments
 (0)