Fix testing docs to not mention @Slow or @Integration
This commit is contained in:
parent
be941f0669
commit
6d0c106178
|
@ -73,9 +73,7 @@ mvn test "-Dtests.method=*esi*"
|
||||||
|
|
||||||
You can also filter tests by certain annotations ie:
|
You can also filter tests by certain annotations ie:
|
||||||
|
|
||||||
* `@Slow` - tests that are know to take a long time to execute
|
|
||||||
* `@Nightly` - tests that only run in nightly builds (disabled by default)
|
* `@Nightly` - tests that only run in nightly builds (disabled by default)
|
||||||
* `@Integration` - integration tests
|
|
||||||
* `@Backwards` - backwards compatibility tests (disabled by default)
|
* `@Backwards` - backwards compatibility tests (disabled by default)
|
||||||
* `@AwaitsFix` - tests that are waiting for a bugfix (disabled by default)
|
* `@AwaitsFix` - tests that are waiting for a bugfix (disabled by default)
|
||||||
* `@BadApple` - tests that are known to fail randomly (disabled by default)
|
* `@BadApple` - tests that are known to fail randomly (disabled by default)
|
||||||
|
|
Loading…
Reference in New Issue