mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Cleanup tests
This commit is contained in:
parent
9cc8d43e37
commit
210feb6cc4
83 changed files with 226 additions and 537 deletions
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue