Mark packaging tests as flaky (#4329)

Sadly my fix in https://github.com/digital-asset/daml/pull/4325 didn’t
seem to work (despite fixing the issue in my tests) so let’s mark this
as flaky until we figure it out.

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2020-01-31 16:00:25 +01:00 committed by GitHub
parent d3656c5b62
commit ea0bf33c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,6 +210,8 @@ da_haskell_test(
"//daml-lf/repl",
"@davl//:released/davl-v3.dar",
],
# See https://github.com/digital-asset/daml/issues/4328
flaky = True,
hackage_deps = [
"base",
"bytestring",