X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Factivitypub.ts;h=53a04d3638d8ede6de29e13da4965386eda1af70;hb=eed24d26db4c8363d5e5874841ee0c4f5fa275a8;hp=9e29b0fa88b1fcf9a67cb56804e039331b9b325b;hpb=e212f88714ec67571970e369b77d6bec887f6d18;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/activitypub.ts b/server/tests/activitypub.ts index 9e29b0fa8..53a04d363 100644 --- a/server/tests/activitypub.ts +++ b/server/tests/activitypub.ts @@ -31,10 +31,5 @@ describe('Test activitypub', function () { after(async function () { killallServers([ server ]) - - // Keep the logs if the test failed - if (this['ok']) { - await flushTests() - } }) })