[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

View File

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