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;