diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-12-26 07:25:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-12-26 07:25:32 +0100 |
commit | 204e6c5ed1259168acfea59ec7cb6b1f97101eec (patch) | |
tree | 546434a74e2f737f6c045c4f503f6d6090a92e87 | |
parent | d29d9e9257891f6ed86bc1e48632eade495915b5 (diff) |
microblaze: skip stalling test
-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 a5b8462..7bc2b9a 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 +TESTS_DISABLED := tst-tls2 tst-cancel10 endif # deadlock |