Skip to content

Commit 3c92230

Browse files
committed
Update expiration time for TestLineCollisionTagging
1 parent 5aa5f80 commit 3c92230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

YarnSpinner.Tests/ProjectTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void TestDeclarationFilesAreGenerated()
9696
generatedOutput.Should().Be(originalText);
9797
}
9898

99-
[IgnoreUntilFact(Day = 01, Month = 03, Year = 2026, DisplayName = "Disabled until SyntaxValidationListener performance is fixed")]
99+
[IgnoreUntilFact(Day = 01, Month = 06, Year = 2026, DisplayName = "Disabled until SyntaxValidationListener performance is fixed")]
100100
public void TestLineCollisionTagging()
101101
{
102102
var paths = new List<string>()

0 commit comments

Comments
 (0)