From 4071e186207d7f71702e9108dc91e73ce2788546 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Thu, 20 Oct 2022 10:59:07 +0200 Subject: [PATCH] [skip ci] Mark frequently failing hrtime test as XFAIL --- ext/standard/tests/hrtime/hrtime.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/standard/tests/hrtime/hrtime.phpt b/ext/standard/tests/hrtime/hrtime.phpt index 9cd31435b8a..795b78c1dcb 100644 --- a/ext/standard/tests/hrtime/hrtime.phpt +++ b/ext/standard/tests/hrtime/hrtime.phpt @@ -1,5 +1,7 @@ --TEST-- Test hrtime() aligns with microtime() +--XFAIL-- +This test frequently fails in CI --FILE--