Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.swt.tests.cocoa')
-rw-r--r--tests/org.eclipse.swt.tests.cocoa/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/org.eclipse.swt.tests.cocoa/pom.xml b/tests/org.eclipse.swt.tests.cocoa/pom.xml
index 575336c227..b0b2a8e902 100644
--- a/tests/org.eclipse.swt.tests.cocoa/pom.xml
+++ b/tests/org.eclipse.swt.tests.cocoa/pom.xml
@@ -49,6 +49,7 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<configuration>
+ <!-- When adding a test suite in the future, make sure to specify os-jvm-flags in argLine. See swt.tests pom.xml -->
<skipTests>true</skipTests> <!-- Skip all tests on build servers, because it contains platform specific code -->
</configuration>
</plugin>

Back to the top