Mark daml-ghc tests as flaky again (#1307)

The scenario service has a race condition which is causing the flakiness,
see #1306.
This commit is contained in:
Martin Huschenbett 2019-05-22 14:50:19 +02:00 committed by mergify[bot]
parent 4f0734c9f3
commit dd5a7ac2a1

View File

@ -98,4 +98,6 @@ def daml_ghc_integration_test(name, main_function):
"time",
],
visibility = ["//visibility:public"],
# TODO fix flakiness, see #1306
flaky = True,
)