Unflake build-and-lint ts codegen tests (#7111)

The issue in #6940 has been fixed so in theory this should no longer
fail or at least fail with a different error that we haven’t seen yet
:)

changelog_begin
changelog_end
This commit is contained in:
Moritz Kiefer 2020-08-13 12:06:14 +02:00 committed by GitHub
parent 15395b31a2
commit bb00af0b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,6 @@ sh_test(
"ts/**/lib/**",
],
),
flaky = True, # Until https://github.com/digital-asset/daml/issues/6936 is fixed.
# Spinning up jest, Sandbox and the JSON API is expensive.
# The expensive stuff should be Sandbox and the JSON API so we
# go for 2 CPUs. Feel free to change this to something more adequate