Skip to content

Commit 9432e51

Browse files
committed
Disable test the crashes JVM (just an experiment, do not push)
1 parent 8ecd741 commit 9432e51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import org.eclipse.swt.widgets.Control;
3434
import org.eclipse.swt.widgets.Text;
3535
import org.junit.jupiter.api.BeforeEach;
36+
import org.junit.jupiter.api.Disabled;
3637
import org.junit.jupiter.api.Tag;
3738
import org.junit.jupiter.api.Test;
3839

@@ -78,6 +79,7 @@ public void test_ConstructorLorg_eclipse_swt_widgets_CompositeI() {
7879

7980
@Tag("clipboard")
8081
@Test
82+
@Disabled("See https://github.com/eclipse-platform/eclipse.platform.swt/pull/2672")
8183
public void test_copy() throws InterruptedException {
8284
if (SwtTestUtil.isCocoa) {
8385
// TODO Fix Cocoa failure.

0 commit comments

Comments
 (0)