aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/external-plugins/auto-block-videos.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/external-plugins/auto-block-videos.ts')
-rw-r--r--server/tests/external-plugins/auto-block-videos.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/server/tests/external-plugins/auto-block-videos.ts b/server/tests/external-plugins/auto-block-videos.ts
index cadd02e8d..95d7a4b58 100644
--- a/server/tests/external-plugins/auto-block-videos.ts
+++ b/server/tests/external-plugins/auto-block-videos.ts
@@ -71,8 +71,6 @@ describe('Official plugin auto-block videos', function () {
71 }) 71 })
72 72
73 it('Should auto block a video', async function () { 73 it('Should auto block a video', async function () {
74 this.timeout(10000)
75
76 await check(servers[0], server2Videos[0].uuid, true) 74 await check(servers[0], server2Videos[0].uuid, true)
77 75
78 blocklistServer.replace({ 76 blocklistServer.replace({
@@ -98,8 +96,6 @@ describe('Official plugin auto-block videos', function () {
98 }) 96 })
99 97
100 it('Should not block a local video', async function () { 98 it('Should not block a local video', async function () {
101 this.timeout(10000)
102
103 await check(servers[0], server1Videos[0].uuid, true) 99 await check(servers[0], server1Videos[0].uuid, true)
104 100
105 blocklistServer.replace({ 101 blocklistServer.replace({
@@ -116,8 +112,6 @@ describe('Official plugin auto-block videos', function () {
116 }) 112 })
117 113
118 it('Should remove a video block', async function () { 114 it('Should remove a video block', async function () {
119 this.timeout(10000)
120
121 await check(servers[0], server2Videos[0].uuid, false) 115 await check(servers[0], server2Videos[0].uuid, false)
122 116
123 blocklistServer.replace({ 117 blocklistServer.replace({