From 432f005859e40c4aa68cb8f1bb51992975041070 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 6 Feb 2021 21:32:42 +0100 Subject: [PATCH] Disable Github Actions tsan This was updated and now always fails, but it always did so - you can test it with 3.1.2 as well, it's just not happy with the iothread stuff. Because it's super easy to test this locally this disables the github actions test so it doesn't complain *constantly*. See #7681 --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6e6f4b96..c9ab2cd63 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -106,7 +106,8 @@ jobs: make - name: make test run: | - make test + # HACK: Disabled for now because it fails all the time + true || make test macos: