Skip to content
Snippets Groups Projects
Commit 38a0ede0 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Mark T13702 as broken with TSAN due to #18884

parent f966c105
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ test('T4464', [req_shared_libs, unless(opsys('mingw32'), skip)], makefile_test,
test('T5373', [req_shared_libs], makefile_test, [])
# It's not clear exactly what platforms we can expect this to succeed on.
test('T13702', unless(opsys('linux'), skip), makefile_test, [])
test('T13702', [when(have_thread_sanitizer(), expect_broken(18884)), unless(opsys('linux'), skip)], makefile_test, [])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment