From 55a79e31d6052f4b49a189928813e4a6b2f143c7 Mon Sep 17 00:00:00 2001 From: JosepMariaPujol Date: Thu, 19 Mar 2026 08:43:16 +0100 Subject: [PATCH] Update XRIPackageTest.cs --- Assets/Tests/InputSystem.Editor/XRIPackageTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Tests/InputSystem.Editor/XRIPackageTest.cs b/Assets/Tests/InputSystem.Editor/XRIPackageTest.cs index 684a872d38..4df4404e3e 100644 --- a/Assets/Tests/InputSystem.Editor/XRIPackageTest.cs +++ b/Assets/Tests/InputSystem.Editor/XRIPackageTest.cs @@ -38,6 +38,7 @@ public IEnumerator TearDown() [UnityTest] [Category("Integration")] + [Ignore("ISX-2531 - This test is currently ignored as it is causing issues in the CI. It should be re-enabled once the underlying issue is resolved.")] public IEnumerator AdddingLatestXRIPackageThrowsNoErrors() { Application.logMessageReceived += HandleLog;