Skip to content

Commit

Permalink
Skip test that is causing issues in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Jun 7, 2023
1 parent f3e4a27 commit 8be41e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compilers/CSharp/Test/Emit/PDB/PDBUsingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ class C { void M() { } }
</symbols>");
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/68312")]
public void TestTypeAliases3()
{
var text = @"
Expand Down

0 comments on commit 8be41e7

Please sign in to comment.