Procházet zdrojové kódy

Commented tests out in pom.xml because AllTests cannot be generated yet because the lack of SCTUnit Suite support (only group so far)

malknet42 před 12 roky
rodič
revize
fdd3990fb7

+ 2 - 2
test-plugins/org.yakindu.sct.generator.c.test/pom.xml

@@ -57,9 +57,9 @@
 				<artifactId>tycho-surefire-plugin</artifactId>
 				<version>${tycho-version}</version>
 				<configuration>
-					<includes>
+					<!-- <includes>
 						<include>**/All*Tests.class</include>
-					</includes>
+					</includes> -->
 					<useUIHarness>true</useUIHarness>
 					<useUIThread>true</useUIThread>
 					<testFailureIgnore>${testFailureIgnore}</testFailureIgnore>