From edd6fd7caddc19b23aae0d203c953bcf6d9c0866 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Fri, 28 Oct 2022 10:47:09 +0200 Subject: [PATCH] [skip ci] Mark posix_getrlimit test as un-repeatable The test assumes that the hard-limit is unlimited at script entrance which doesn't hold on the second run. --- ext/posix/tests/posix_getrlimit_single_resource.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/posix/tests/posix_getrlimit_single_resource.phpt b/ext/posix/tests/posix_getrlimit_single_resource.phpt index c97eefeb591..d60605ee7be 100644 --- a/ext/posix/tests/posix_getrlimit_single_resource.phpt +++ b/ext/posix/tests/posix_getrlimit_single_resource.phpt @@ -4,6 +4,7 @@ posix_getrlimit() for single resource posix --SKIPIF--