diff options
Diffstat (limited to 'server/tests/api/index.ts')
-rw-r--r-- | server/tests/api/index.ts | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/server/tests/api/index.ts b/server/tests/api/index.ts index 371f1bc43..258502d26 100644 --- a/server/tests/api/index.ts +++ b/server/tests/api/index.ts | |||
@@ -1,16 +1,3 @@ | |||
1 | // Order of the tests we want to execute | 1 | // Order of the tests we want to execute |
2 | import './config' | 2 | import './index-fast' |
3 | import './check-params' | 3 | import './index-slow' |
4 | import './friends-basic' | ||
5 | import './users' | ||
6 | import './single-pod' | ||
7 | import './video-abuse' | ||
8 | import './video-blacklist' | ||
9 | import './video-blacklist-management' | ||
10 | import './video-description' | ||
11 | import './video-privacy' | ||
12 | import './multiple-pods' | ||
13 | import './services' | ||
14 | import './request-schedulers' | ||
15 | import './friends-advanced' | ||
16 | import './video-transcoder' | ||