From 865602e8d13b305278fb03e832b1fac184871d59 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Mon, 19 Dec 2022 19:55:36 +0100 Subject: [PATCH] Github Actions: Disable tsan once more --- .github/workflows/main.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9674027f7..1f9851129 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -117,9 +117,12 @@ jobs: - name: make run: | make - - name: make test - run: | - make test + # This is, once again, broken as of 2022-12-19. + # It just hangs indefinitely. Github probably upgraded clang/Ubuntu. + # Because that is unhelpful, we disable the tests once more. + # - name: make test + # run: | + # make test macos: