Skip to content

Commit

Permalink
wire-api-fed: Mark flaky tests as pending
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar authored and jmatsushita committed May 5, 2021
1 parent 76b2ede commit b3a9037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import Wire.API.Federation.GRPC.Types (Component (Brig), FederatedRequest (Feder
import Wire.API.User (UserProfile)

spec :: Spec
spec = fdescribe "Federator.Client" $ do
spec = xdescribe "Federator.Client" $ do
it "should make correct calls to the federator and parse success response correctly" $ do
handle <- generate arbitrary
expectedResponse :: Maybe UserProfile <- generate arbitrary
Expand Down

0 comments on commit b3a9037

Please sign in to comment.