Skip to content

Commit f50772b

Browse files
sratzfedejeanne
authored andcommitted
Disable test_TabTraversalOutOfBrowser
Fixes #1656.
1 parent 7f46f8e commit f50772b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
import org.junit.Before;
8484
import org.junit.BeforeClass;
8585
import org.junit.FixMethodOrder;
86+
import org.junit.Ignore;
8687
import org.junit.Rule;
8788
import org.junit.Test;
8889
import org.junit.rules.TestName;
@@ -2639,10 +2640,10 @@ public void completed(ProgressEvent event) {
26392640
}
26402641

26412642
@Test
2643+
@Ignore("Too fragile on CI, Display.getDefault().post(event) does not work reliably")
26422644
public void test_TabTraversalOutOfBrowser() {
26432645
assumeFalse("Not currently working on macOS, see https://github.com/eclipse-platform/eclipse.platform.swt/issues/1644", SwtTestUtil.isCocoa);
26442646
assumeFalse("Not currently working on Linux, see https://github.com/eclipse-platform/eclipse.platform.swt/issues/1644", SwtTestUtil.isGTK);
2645-
assumeFalse("Currently broken for IE", browser.getBrowserType().equalsIgnoreCase("ie"));
26462647

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

0 commit comments

Comments
 (0)