diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-12-26 10:38:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-12-26 10:38:50 +0100 |
commit | 4a0f95027a1bec5fab81ce497035d3ecadedbb0c (patch) | |
tree | aabdfd6213437268a56d518c7537e357ae234f72 /test/nptl/Makefile.in | |
parent | 204e6c5ed1259168acfea59ec7cb6b1f97101eec (diff) |
microblaze: skip stalling test
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r-- | test/nptl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 7bc2b9a..44ffbba 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -12,7 +12,7 @@ endif # qemu crash ifeq ($(TARGET_ARCH),microblaze) -TESTS_DISABLED := tst-tls2 tst-cancel10 +TESTS_DISABLED := tst-tls2 tst-cancel10x endif # deadlock |