[TEST] Add FailureMarker to test listeners so -Dtests.failfast works
This commit is contained in:
parent
77e0429089
commit
9620aa315e
|
@ -58,7 +58,8 @@ import java.util.logging.Logger;
|
||||||
JUnit4MethodProvider.class
|
JUnit4MethodProvider.class
|
||||||
})
|
})
|
||||||
@Listeners({
|
@Listeners({
|
||||||
ReproduceInfoPrinter.class
|
ReproduceInfoPrinter.class,
|
||||||
|
FailureMarker.class
|
||||||
})
|
})
|
||||||
@RunWith(value = com.carrotsearch.randomizedtesting.RandomizedRunner.class)
|
@RunWith(value = com.carrotsearch.randomizedtesting.RandomizedRunner.class)
|
||||||
@SuppressCodecs(value = "Lucene3x")
|
@SuppressCodecs(value = "Lucene3x")
|
||||||
|
|
Loading…
Reference in New Issue