Skip to content

Commit 8a3383e

Browse files
Copilot333fred
andcommitted
Mark tests as skipped until Roslyn APIs are available
Co-authored-by: 333fred <[email protected]>
1 parent 3501f92 commit 8a3383e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.CodeAnalysis.NetAnalyzers/tests/Microsoft.CodeAnalysis.NetAnalyzers.UnitTests/Microsoft.NetCore.Analyzers/Runtime/DetectPreviewFeatureUnitTests.Misc.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ async Task M()
837837
await test.RunAsync();
838838
}
839839

840-
[Fact]
840+
[Fact(Skip = "Requires Roslyn APIs from https://github.com/dotnet/roslyn/pull/80455")]
841841
public async Task VerifyRuntimeAsyncAwaitUsingDeclarationReportsDiagnostic()
842842
{
843843
var csInput = """
@@ -876,7 +876,7 @@ class MemoryStream : IAsyncDisposable
876876
await test.RunAsync();
877877
}
878878

879-
[Fact]
879+
[Fact(Skip = "Requires Roslyn APIs from https://github.com/dotnet/roslyn/pull/80455")]
880880
public async Task VerifyRuntimeAsyncAwaitUsingStatementReportsDiagnostic()
881881
{
882882
var csInput = """
@@ -917,7 +917,7 @@ class MemoryStream : IAsyncDisposable
917917
await test.RunAsync();
918918
}
919919

920-
[Fact]
920+
[Fact(Skip = "Requires Roslyn APIs from https://github.com/dotnet/roslyn/pull/80455")]
921921
public async Task VerifyRuntimeAsyncAwaitForeachReportsDiagnostic()
922922
{
923923
var csInput = """

0 commit comments

Comments
 (0)