From 247eac7a747f573a02461bad86e4fe665fc418fa Mon Sep 17 00:00:00 2001 From: JosepMariaPujol Date: Thu, 26 Mar 2026 12:04:33 +0100 Subject: [PATCH] Revert "CHANGE: XRI test ignored as it is causing issues in the CI. It should be re-enabled once resolved (#2390)" This reverts commit 0bb75c4c2a7260eb72200a17dbea1c5a6d9760d6. --- Assets/Tests/InputSystem.Editor/XRIPackageTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Tests/InputSystem.Editor/XRIPackageTest.cs b/Assets/Tests/InputSystem.Editor/XRIPackageTest.cs index 4df4404e3e..684a872d38 100644 --- a/Assets/Tests/InputSystem.Editor/XRIPackageTest.cs +++ b/Assets/Tests/InputSystem.Editor/XRIPackageTest.cs @@ -38,7 +38,6 @@ 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;