mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 12:05:21 +02:00
Bug 545624 - Skip LaunchConfigurationAndRestartTest
Failing and causing all other GDB tests to fail Change-Id: I14314b8569d0e117ee9b5db6af33f3b3708d82be
This commit is contained in:
parent
70a93b1ae5
commit
9aae145442
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ import org.junit.runners.Parameterized;
|
||||||
|
|
||||||
@RunWith(Parameterized.class)
|
@RunWith(Parameterized.class)
|
||||||
@Intermittent(repetition = 3)
|
@Intermittent(repetition = 3)
|
||||||
|
@Ignore
|
||||||
public class LaunchConfigurationAndRestartTest extends BaseParametrizedTestCase {
|
public class LaunchConfigurationAndRestartTest extends BaseParametrizedTestCase {
|
||||||
public @Rule IntermittentRule intermittentRule = new IntermittentRule();
|
public @Rule IntermittentRule intermittentRule = new IntermittentRule();
|
||||||
protected static final String EXEC_NAME = "LaunchConfigurationAndRestartTestApp.exe";
|
protected static final String EXEC_NAME = "LaunchConfigurationAndRestartTestApp.exe";
|
||||||
|
|
Loading…
Add table
Reference in a new issue