Skip to content

Commit

Permalink
Skip failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
cston committed Mar 28, 2024
1 parent 69d499d commit 1316830
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37137,7 +37137,7 @@ static void Main()
}

[WorkItem("https://github.com/dotnet/roslyn/issues/72769")]
[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/72769")]
public void AddMethod_RefOmittedArguments()
{
string sourceA = """
Expand Down Expand Up @@ -37172,7 +37172,7 @@ static void Main()
var comp = CreateCompilation([sourceA, sourceB]);
// https://github.com/dotnet/roslyn/issues/72769: VerifyEmitDiagnostics() results in Debug.Assert
// failures in LocalRewriter.MakeCollectionInitializer() and GetEffectiveArgumentRefKinds().
comp.VerifyDiagnostics();
comp.VerifyEmitDiagnostics();
}

[Fact]
Expand Down

0 comments on commit 1316830

Please sign in to comment.