From bb00af0b0b573be765b835efbca5e7e51fea12e5 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Thu, 13 Aug 2020 12:06:14 +0200 Subject: [PATCH] Unflake build-and-lint ts codegen tests (#7111) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- language-support/ts/codegen/tests/BUILD.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/language-support/ts/codegen/tests/BUILD.bazel b/language-support/ts/codegen/tests/BUILD.bazel index bc728c667f..19895399e9 100644 --- a/language-support/ts/codegen/tests/BUILD.bazel +++ b/language-support/ts/codegen/tests/BUILD.bazel @@ -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