Browse Source

Fix testing docs to not mention @Slow or @Integration

Ryan Ernst 10 years ago
parent
commit
6d0c106178
1 changed files with 0 additions and 2 deletions
  1. 0 2
      TESTING.asciidoc

+ 0 - 2
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)