We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce98326 commit 69add6cCopy full SHA for 69add6c
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_GC.java
@@ -52,6 +52,7 @@
52
import org.eclipse.swt.widgets.Shell;
53
import org.junit.jupiter.api.AfterEach;
54
import org.junit.jupiter.api.BeforeEach;
55
+import org.junit.jupiter.api.Disabled;
56
import org.junit.jupiter.api.Test;
57
58
/**
@@ -249,6 +250,7 @@ public void test_dispose() {
249
250
251
252
@Test
253
+@Disabled("Disabled due to test failing on Linux https://github.com/eclipse-platform/eclipse.platform.swt/issues/2557")
254
public void test_drawImage_nonAutoScalableGC_bug_2504() {
255
Shell shell = new Shell(display);
256
float targetScale = 2f;
0 commit comments