htl: Mark select loop test as unsupported

It overflows pflocal and doesn't manage to terminate.
This commit is contained in:
Samuel Thibault 2023-02-24 20:34:03 +01:00
parent 2352b407c9
commit 7db0f731b1

View file

@ -300,3 +300,9 @@ tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb1
tests-unsupported += tst-malloc-thread-fail-malloc-hugetlb2
tests-unsupported += tst-dynarray-fail
endif
# For bug 30167
# (select requests overflow)
ifeq ($(subdir),htl)
tests-unsupported += tst-pthread_cancel-select-loop
endif