Skip to content
Snippets Groups Projects
Unverified Commit 6819b70a authored by Zubin's avatar Zubin
Browse files

testsuite: Mark linker_unload_native as fragile

See #23993. This test is fragile on Alpine (dynamic) but we don't have a way
to mark it as fragile on only that platform, so marking it as fragile on all
platforms.
parent 5c623d3d
No related branches found
No related tags found
Loading
......@@ -105,7 +105,8 @@ test('linker_unload_native',
[extra_files(['LinkerUnload.hs', 'Test.hs']),
req_rts_linker,
unless(have_dynamic(), skip),
when(opsys('darwin') or opsys('mingw32'), skip)],
when(opsys('darwin') or opsys('mingw32'), skip),
fragile(23993)],
makefile_test, ['linker_unload_native'])
######################################
......
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