[libc][NFC] Disable thrd_test as it is exhibiting flaky behavior on the bots.

This commit is contained in:
Siva Chandra Reddy 2021-06-15 20:57:51 +00:00
parent a04f01bab2
commit 3af3e7dc57
1 changed files with 13 additions and 12 deletions

View File

@ -16,18 +16,19 @@ add_libc_unittest(
libc.src.threads.thrd_join
)
add_libc_unittest(
thrd_test
SUITE
libc_threads_unittests
SRCS
thrd_test.cpp
DEPENDS
libc.include.threads
libc.src.errno.__errno_location
libc.src.threads.thrd_create
libc.src.threads.thrd_join
)
# Disable thrd_test for now as it is flaky on the bots.
# add_libc_unittest(
# thrd_test
# SUITE
# libc_threads_unittests
# SRCS
# thrd_test.cpp
# DEPENDS
# libc.include.threads
# libc.src.errno.__errno_location
# libc.src.threads.thrd_create
# libc.src.threads.thrd_join
# )
add_libc_unittest(
mtx_test