Skip to content

Commit 69add6c

Browse files
committed
Disabling test_drawImage_nonAutoScalableGC_bug_2504 due to test failing on Linux
Fixes #2557
1 parent ce98326 commit 69add6c

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_graphics_GC.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
import org.eclipse.swt.widgets.Shell;
5353
import org.junit.jupiter.api.AfterEach;
5454
import org.junit.jupiter.api.BeforeEach;
55+
import org.junit.jupiter.api.Disabled;
5556
import org.junit.jupiter.api.Test;
5657

5758
/**
@@ -249,6 +250,7 @@ public void test_dispose() {
249250

250251

251252
@Test
253+
@Disabled("Disabled due to test failing on Linux https://github.com/eclipse-platform/eclipse.platform.swt/issues/2557")
252254
public void test_drawImage_nonAutoScalableGC_bug_2504() {
253255
Shell shell = new Shell(display);
254256
float targetScale = 2f;

0 commit comments

Comments
 (0)