From 5ba95521067422b79fe6916e56f3204e15148161 Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Wed, 10 Aug 2022 13:40:09 -0700 Subject: [PATCH] Exclude `ext/standard/tests/file/bug60120.phpt` from PHP runtime tests. It flakily times out on presubmit checks. PiperOrigin-RevId: 466774990 --- test/runtimes/exclude/php8.1.1.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtimes/exclude/php8.1.1.csv b/test/runtimes/exclude/php8.1.1.csv index 2d19a9495..d49c57cea 100644 --- a/test/runtimes/exclude/php8.1.1.csv +++ b/test/runtimes/exclude/php8.1.1.csv @@ -47,6 +47,7 @@ ext/opcache/tests/preload_trait_static.phpt,,Broken test ext/opcache/tests/preload_unresolved_prop_type.phpt,,Broken test ext/openssl/tests/openssl_dh_compute_key.phpt,,Broken test ext/standard/tests/file/bug69442.phpt,, +ext/standard/tests/file/bug60120.phpt,b/241944760,Flakily times out ext/standard/tests/file/fopen_variation19.phpt,b/162894964, ext/standard/tests/file/symlink_link_linkinfo_is_link_variation4.phpt,b/162895341, sapi/cli/tests/upload_2G.phpt,,