[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.
This commit is contained in:
Louis Dionne 2020-03-04 10:10:02 -05:00
parent 2bb3fb05e2
commit 06dac0c39a
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
// UNSUPPORTED: libcpp-has-no-threads // UNSUPPORTED: libcpp-has-no-threads
// UNSUPPORTED: c++98, c++03 // UNSUPPORTED: c++98, c++03
// FLAKY_TEST.
// <future> // <future>
// class shared_future<R> // class shared_future<R>