Skip to content
Snippets Groups Projects
Commit c5b4efd3 authored by Zubin's avatar Zubin Committed by Marge Bot
Browse files

testsuite: Skip MultiLayerModulesTH_OneShot on darwin

See #24177
parent 8db8d2fd
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,10 @@ test('MultiLayerModulesTH_OneShot',
pre_cmd('$MAKE -s --no-print-directory MultiLayerModulesTH_OneShot_Prep'),
extra_files(['genMultiLayerModulesTH']),
unless(have_dynamic(),skip),
compile_timeout_multiplier(5)
compile_timeout_multiplier(5),
# We skip the test on darwin due to recent regression due to toolchain
# upgrade (tracked in #24177)
when(opsys('darwin'), skip)
],
compile_fail,
# see Note [Increased initial stack size for MultiLayerModules]
......
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