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
This commit is contained in:
Fabian Homborg 2021-02-06 21:32:42 +01:00
parent caca4fec22
commit 432f005859

View file

@ -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: