1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Disable Meson UI tests

Change-Id: Id0036d80ac3f1ea652d63395593d4cbb8f3f5996
This commit is contained in:
Jeff Johnston 2019-04-30 21:32:03 -04:00
parent 53187c30c5
commit cbf526193a
4 changed files with 6 additions and 2 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: org.eclipse.cdt.meson.ui.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.0.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.cdt.meson.core;bundle-version="1.0.0",
org.eclipse.cdt.meson.ui;bundle-version="1.0.0",

View file

@ -12,7 +12,7 @@
</parent>
<artifactId>org.eclipse.cdt.meson.ui.tests</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>

View file

@ -46,11 +46,13 @@ import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.FixMethodOrder;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@SuppressWarnings("nls")
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@Ignore
public class NewManualNinjaTest {
private static SWTWorkbenchBot bot;

View file

@ -43,11 +43,13 @@ import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.FixMethodOrder;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runners.MethodSorters;
@SuppressWarnings("nls")
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@Ignore
public class NewMesonProjectTest {
private static SWTWorkbenchBot bot;