temporarily ignore 2 tests

This commit is contained in:
Remi Collet 2023-12-01 08:27:54 +01:00
parent c9f9081390
commit 553bdf5f52

View File

@ -205,6 +205,9 @@ cd %{sources}
rm tests/base/bug02036.phpt rm tests/base/bug02036.phpt
# Erratic result # Erratic result
rm tests/debugger/bug00998-ipv6.phpt rm tests/debugger/bug00998-ipv6.phpt
# see https://bugs.xdebug.org/view.php?id=2220
rm tests/debugger/bug01388-08.phpt
rm tests/debugger/bug02006-001.phpt
# bug00886 is marked as slow as it uses a lot of disk space # bug00886 is marked as slow as it uses a lot of disk space
TEST_OPTS="-q -x --show-diff" TEST_OPTS="-q -x --show-diff"