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;