Skip to content

Commit 207eb10

Browse files
committed
Skip tests
1 parent a71446b commit 207eb10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RoslynAnalyzers/Roslyn.Diagnostics.Analyzers/UnitTests/DoNotCopyValueTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ void M()
264264
VerifyCS.Diagnostic(AbstractDoNotCopyValue.NoAssignValueFromReferenceRule).WithLocation(0).WithArguments("System.Runtime.InteropServices.GCHandle"));
265265
}
266266

267-
[Fact]
267+
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/77925")]
268268
public async Task TestPassToInstancePropertyGetterAsync()
269269
{
270270
await VerifyCS.VerifyAnalyzerAsync(@"
@@ -300,7 +300,7 @@ void M()
300300
VerifyCS.Diagnostic(AbstractDoNotCopyValue.UnsupportedUseRule).WithLocation(1).WithArguments("System.Runtime.InteropServices.GCHandle", "LocalReference"));
301301
}
302302

303-
[Fact]
303+
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/77925")]
304304
public async Task TestPassToInstanceMethodAsync()
305305
{
306306
await VerifyCS.VerifyAnalyzerAsync(@"

0 commit comments

Comments
 (0)