diff --git a/TESTING.asciidoc b/TESTING.asciidoc index 87af991eb5b..c7c6fe34c5d 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -73,9 +73,7 @@ mvn test "-Dtests.method=*esi*" 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) - * `@Integration` - integration tests * `@Backwards` - backwards compatibility tests (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)