Mark create-daml-app-tests as flaky (#5616)

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Rohan Jacob-Rao 2020-04-17 15:54:52 -04:00 committed by GitHub
parent 2ea4fbd850
commit 94e0111f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,9 @@ da_haskell_test(
"//:yarn",
"@patch_dev_env//:patch",
] + ([] if is_windows else ts_libraries + create_daml_app_resources),
# The Puppeteer tests can have race conditions, probably due to the way
# we depend on UI elements appearing.
flaky = True,
hackage_deps = [
"aeson",
"aeson-extra",