hurd: Mark some audit tests as unsupported

They hang the testsuite.
This commit is contained in:
Samuel Thibault 2023-02-24 20:36:30 +01:00
parent 7db0f731b1
commit 48b8c7cfe8

View File

@ -306,3 +306,13 @@ endif
ifeq ($(subdir),htl)
tests-unsupported += tst-pthread_cancel-select-loop
endif
# For bug 30168
# (audit tests hang)
ifeq ($(subdir),elf)
tests-unsupported += tst-audit14
tests-unsupported += tst-audit14a
tests-unsupported += tst-audit15
tests-unsupported += tst-audit16
tests-unsupported += tst-audit17
endif