mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 509248: Disable unstable/intermittent SWTBot based tests
Change-Id: I97b764c2aa695fed32a9c39232ba53522383deca
This commit is contained in:
parent
7f36a0c128
commit
0b024e9e3e
1 changed files with 10 additions and 7 deletions
|
@ -22,10 +22,13 @@ import org.junit.runners.Suite;
|
||||||
|
|
||||||
@RunWith(Suite.class)
|
@RunWith(Suite.class)
|
||||||
@Suite.SuiteClasses({
|
@Suite.SuiteClasses({
|
||||||
TestToolActions.class,
|
/*
|
||||||
TestEnvironmentVars.class,
|
*
|
||||||
TestMakeTargets.class,
|
* TestToolActions.class,
|
||||||
SetConfigurationParameter.class,
|
* TestEnvironmentVars.class,
|
||||||
|
* TestMakeTargets.class,
|
||||||
|
* SetConfigurationParameter.class,
|
||||||
|
*/
|
||||||
AutoconfTests.class
|
AutoconfTests.class
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue