Disable buggy test_task_scheduler_observer.

This commit is contained in:
Jerry James 2020-01-02 10:19:47 -07:00
parent 59598f1a37
commit 415a656975
1 changed files with 7 additions and 0 deletions

View File

@ -118,6 +118,13 @@ popd
make doxygen
%check
# This test assumes it can create thread barriers for arbitrary numbers of
# threads, but tbb limits the number of threads spawned to a function of the
# number of CPUs available. Some of the koji builders have a small number of
# CPUs, so the test hangs waiting for threads that have not been created to
# arrive at the barrier. Skip this test until upstream fixes it.
sed -i '/test_task_scheduler_observer/d' build/Makefile.test
make test tbb_build_prefix=obj stdver=c++14 CXXFLAGS="%{optflags}"
%install