Skip to content

Commit

Permalink
One more test is flaky.
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed Aug 11, 2023
1 parent 10e40e8 commit 2afce29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/brig/test/integration/API/Federation.hs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ tests m opts brig cannon fedBrigClient =
test m "POST /federation/claim-multi-prekey-bundle : 200" (testClaimMultiPrekeyBundleSuccess brig fedBrigClient),
test m "POST /federation/get-user-clients : 200" (testGetUserClients brig fedBrigClient),
test m "POST /federation/get-user-clients : Not Found" (testGetUserClientsNotFound fedBrigClient),
test m "POST /federation/on-user-deleted-connections : 200" (testRemoteUserGetsDeleted opts brig cannon fedBrigClient),
flakyTest m "POST /federation/on-user-deleted-connections : 200" (testRemoteUserGetsDeleted opts brig cannon fedBrigClient),
test m "POST /federation/api-version : 200" (testAPIVersion brig fedBrigClient)
]

Expand Down

0 comments on commit 2afce29

Please sign in to comment.