From d8b92b7c9964cf2f035fcfc8e309a829bd4259c5 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Thu, 28 Oct 2021 12:21:01 +0200 Subject: [PATCH] Drop flaky marker from lsp-tests (#11442) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I can’t reproduce flakiness anymore. I suspect #11395 fixed it. fixes #4904 changelog_begin changelog_end --- compiler/lsp-tests/BUILD.bazel | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/lsp-tests/BUILD.bazel b/compiler/lsp-tests/BUILD.bazel index 5c8cb0006178..9baeb2629547 100644 --- a/compiler/lsp-tests/BUILD.bazel +++ b/compiler/lsp-tests/BUILD.bazel @@ -12,8 +12,6 @@ da_haskell_test( "//compiler/damlc", "//daml-script/daml:daml-script.dar", ], - # See https://github.com/digital-asset/daml/issues/4904. - flaky = is_windows, hackage_deps = [ "aeson", "base",