Skip to content

Commit

Permalink
Mark daml-ghc tests as flaky again (#1307)
Browse files Browse the repository at this point in the history
The scenario service has a race condition which is causing the flakiness,
see #1306.
  • Loading branch information
hurryabit authored and mergify[bot] committed May 22, 2019
1 parent 4f0734c commit dd5a7ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daml-foundations/daml-ghc/util.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@ def daml_ghc_integration_test(name, main_function):
"time",
],
visibility = ["//visibility:public"],
# TODO fix flakiness, see #1306
flaky = True,
)

0 comments on commit dd5a7ac

Please sign in to comment.