hurd: Mark two tests as unsupported

They make the whole testsuite hang/crash.
This commit is contained in:
Samuel Thibault 2023-04-13 02:02:37 +02:00
parent 6538a288be
commit decf02d382

View File

@ -316,3 +316,13 @@ tests-unsupported += tst-audit15
tests-unsupported += tst-audit16
tests-unsupported += tst-audit17
endif
# For bug 30341
ifeq ($(subdir),posix)
tests-unsupported += tst-spawn6
endif
# For bug 30342
ifeq ($(subdir),io)
tests-unsupported += test-lfs
endif