Skip to content

Commit

Permalink
Skip LongInitializerList on Linux for now (#69211)
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred authored Jul 25, 2023
1 parent d4bb429 commit 7b7531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compilers/CSharp/Test/EndToEnd/EndToEndTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ static void runTest(int n)
}
}

[Fact, WorkItem("https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1819416")]
[ConditionalFact(typeof(WindowsOrMacOSOnly), Reason = "https://github.com/dotnet/roslyn/issues/69210"), WorkItem("https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1819416")]
public void LongInitializerList()
{
CancellationTokenSource cts = new CancellationTokenSource(TimeSpan.FromSeconds(30));
Expand Down

0 comments on commit 7b7531b

Please sign in to comment.