Skip to content

Commit 0bb75c4

Browse files
CHANGE: XRI test ignored as it is causing issues in the CI. It should be re-enabled once resolved (#2390)
1 parent e388b9a commit 0bb75c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Assets/Tests/InputSystem.Editor/XRIPackageTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +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.")]
4142
public IEnumerator AdddingLatestXRIPackageThrowsNoErrors()
4243
{
4344
Application.logMessageReceived += HandleLog;

0 commit comments

Comments
 (0)