1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Cleanup tests

This commit is contained in:
Chocobozzz 2019-04-24 10:53:40 +02:00
parent 9cc8d43e37
commit 210feb6cc4
No known key found for this signature in database
GPG key ID: 583A612D890159BE
83 changed files with 226 additions and 537 deletions

View file

@ -28,8 +28,6 @@ describe('Test create transcoding jobs', function () {
before(async function () {
this.timeout(60000)
await flushTests()
// Run server 2 to have transcoding enabled
servers = await flushAndRunMultipleServers(2)
await setAccessTokensToServers(servers)
@ -126,7 +124,7 @@ describe('Test create transcoding jobs', function () {
}
})
after(async function () {
after(function () {
killallServers(servers)
})
})