From 553bdf5f52cb84f9f9bd715c9acaa43cb3d04a1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Dec 2023 08:27:54 +0100 Subject: [PATCH] temporarily ignore 2 tests --- php-pecl-xdebug3.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index e76ea99..e2b706d 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -205,6 +205,9 @@ cd %{sources} rm tests/base/bug02036.phpt # Erratic result 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 TEST_OPTS="-q -x --show-diff"