Mark create-daml-app test as flaky. (#13317)

* Mark create-daml-app test as flaky.

changelog_begin
changelog_end

* buildifier-fix
This commit is contained in:
Sofia Faro 2022-03-17 13:05:09 +00:00 committed by GitHub
parent 042d60a51f
commit 4ee7240dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,6 +252,7 @@ da_haskell_test(
"@nodejs//:node_bin",
"@nodejs//:npm_bin",
],
flaky = True, # npm/jest/puppeteer can be flaky
hackage_deps = ["base"],
main_function = "DA.Daml.Assistant.CreateDamlAppTestsMain.main",
# Exclusive until we stop hardcoding port numbers in index.test.ts