mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
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:
parent
4f0734c9f3
commit
dd5a7ac2a1
@ -98,4 +98,6 @@ def daml_ghc_integration_test(name, main_function):
|
|||||||
"time",
|
"time",
|
||||||
],
|
],
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
|
# TODO fix flakiness, see #1306
|
||||||
|
flaky = True,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user