diff options
Diffstat (limited to 'libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp')
-rw-r--r-- | libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp b/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp index 6b622029365..0a5a3e419d5 100644 --- a/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp +++ b/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // // UNSUPPORTED: libcpp-has-no-threads +// FLAKY_TEST. // <thread> |