Skip to content

Commit 23904fd

Browse files
authored
Remove test skip.
1 parent adcf614 commit 23904fd

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
@@ -115,7 +115,7 @@ bool runTestAndCatch(int depth)
115115
// This test is a canary attempting to make sure that we don't regress the # of fluent calls that
116116
// the compiler can handle.
117117
[WorkItem(16669, "https://github.com/dotnet/roslyn/issues/16669")]
118-
[ConditionalFact(typeof(WindowsOrLinuxOnly), AlwaysSkip = "https://github.com/dotnet/roslyn/issues/67912"), WorkItem(34880, "https://github.com/dotnet/roslyn/issues/34880")]
118+
[ConditionalFact(typeof(WindowsOrLinuxOnly)), WorkItem(34880, "https://github.com/dotnet/roslyn/issues/34880")]
119119
public void OverflowOnFluentCall()
120120
{
121121
int numberFluentCalls = (IntPtr.Size, ExecutionConditionUtil.Configuration) switch

0 commit comments

Comments
 (0)