From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Tue, 20 Aug 2024 11:36:01 +0200
Subject: Skip failing test with library loaded from system path

Forwarded: not-needed
---
 src/Symfony/Component/Cache/Tests/LockRegistryTest.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Symfony/Component/Cache/Tests/LockRegistryTest.php b/src/Symfony/Component/Cache/Tests/LockRegistryTest.php
index 0771347..ae733dd 100644
--- a/src/Symfony/Component/Cache/Tests/LockRegistryTest.php
+++ b/src/Symfony/Component/Cache/Tests/LockRegistryTest.php
@@ -18,6 +18,7 @@ class LockRegistryTest extends TestCase
 {
     public function testFiles()
     {
+        $this->markTestSkipped('Irrelevant with library loaded from system path');
         $lockFiles = LockRegistry::setFiles([]);
         LockRegistry::setFiles($lockFiles);
         $expected = array_map('realpath', glob(__DIR__.'/../Adapter/*'));
