Skip to content

Commit 7cdcef3

Browse files
authored
Skip failing test.
The EndToEnd OverflowOnFluentCall test is fixed in #67913, but would be a significant change to backport.
1 parent a254870 commit 7cdcef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compilers/CSharp/Test/EndToEnd/EndToEndTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ bool runTestAndCatch(int depth)
9898
// This test is a canary attempting to make sure that we don't regress the # of fluent calls that
9999
// the compiler can handle.
100100
[WorkItem(16669, "https://github.com/dotnet/roslyn/issues/16669")]
101-
[ConditionalFact(typeof(WindowsOrLinuxOnly)), WorkItem(34880, "https://github.com/dotnet/roslyn/issues/34880")]
101+
[ConditionalFact(typeof(WindowsOrLinuxOnly), AlwaysSkip = "https://github.com/dotnet/roslyn/issues/67912"), WorkItem(34880, "https://github.com/dotnet/roslyn/issues/34880")]
102102
public void OverflowOnFluentCall()
103103
{
104104
int numberFluentCalls = (IntPtr.Size, ExecutionConditionUtil.Configuration) switch

0 commit comments

Comments
 (0)