Skip to content

Commit b1ac60a

Browse files
Revert "CHANGE: XRI test ignored as it is causing issues in the CI. (#2399)
1 parent f57279b commit b1ac60a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Assets/Tests/InputSystem.Editor/XRIPackageTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ public IEnumerator TearDown()
3838

3939
[UnityTest]
4040
[Category("Integration")]
41-
[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.")]
42-
public IEnumerator AdddingLatestXRIPackageThrowsNoErrors()
41+
public IEnumerator AddingLatestXRIPackageThrowsNoErrors()
4342
{
4443
Application.logMessageReceived += HandleLog;
4544

0 commit comments

Comments
 (0)