Skip to content

Commit

Permalink
brig-integration: Mark test not flaky
Browse files Browse the repository at this point in the history
It didn't fail after runnning it 1000 times.
  • Loading branch information
akshaymankar committed Aug 24, 2023
1 parent 0f0c71e commit b24c5a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/brig/test/integration/API/Federation.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# OPTIONS_GHC -Wno-deferred-out-of-scope-variables #-}
-- This file is part of the Wire Server implementation.
--
-- Copyright (C) 2022 Wire Swiss GmbH <opensource@wire.com>
Expand Down Expand Up @@ -80,7 +79,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),
flakyTest m "POST /federation/on-user-deleted-connections : 200" (testRemoteUserGetsDeleted opts brig cannon fedBrigClient),
test 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 b24c5a7

Please sign in to comment.