Skip to content

Commit 06dac0c

Browse files
committed
[libc++] Mark the shared_future.wait_for test as being flaky
It is timing sensitive and it fails from time to time. If marking it as flaky doesn't help, we can try tweaking the time outs.
1 parent 2bb3fb0 commit 06dac0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// UNSUPPORTED: libcpp-has-no-threads
1010
// UNSUPPORTED: c++98, c++03
1111

12+
// FLAKY_TEST.
13+
1214
// <future>
1315

1416
// class shared_future<R>

0 commit comments

Comments
 (0)