Fix testing docs to not mention @Slow or @Integration

This commit is contained in:
Ryan Ernst 2015-08-03 16:32:35 -07:00
parent be941f0669
commit 6d0c106178
1 changed files with 0 additions and 2 deletions

View File

@ -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)