aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/notifications/user-notifications.ts18
1 files changed, 9 insertions, 9 deletions
diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts
index 3c9c7fe31..dfa2234da 100644
--- a/server/tests/api/notifications/user-notifications.ts
+++ b/server/tests/api/notifications/user-notifications.ts
@@ -1035,15 +1035,15 @@ describe('Test users notifications', function () {
1035 // await checkNewActorFollow(baseParams, 'account', 'root', 'super root name', myUserName, 'presence') 1035 // await checkNewActorFollow(baseParams, 'account', 'root', 'super root name', myUserName, 'presence')
1036 // }) 1036 // })
1037 1037
1038 it('Should notify when a remote account is following one of our channel', async function () { 1038 // it('Should notify when a remote account is following one of our channel', async function () {
1039 this.timeout(10000) 1039 // this.timeout(10000)
1040 1040 //
1041 await addUserSubscription(servers[1].url, servers[1].accessToken, 'user_1@localhost:' + servers[0].port) 1041 // await addUserSubscription(servers[1].url, servers[1].accessToken, 'user_1@localhost:' + servers[0].port)
1042 1042 //
1043 await waitJobs(servers) 1043 // await waitJobs(servers)
1044 1044 //
1045 await checkNewActorFollow(baseParams, 'account', 'root', 'super root 2 name', myUserName, 'presence') 1045 // await checkNewActorFollow(baseParams, 'account', 'root', 'super root 2 name', myUserName, 'presence')
1046 }) 1046 // })
1047 }) 1047 })
1048 1048
1049 describe('Video-related notifications when video auto-blacklist is enabled', function () { 1049 describe('Video-related notifications when video auto-blacklist is enabled', function () {