File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/RoslynAnalyzers/Roslyn.Diagnostics.Analyzers/UnitTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ void M()
264
264
VerifyCS . Diagnostic ( AbstractDoNotCopyValue . NoAssignValueFromReferenceRule ) . WithLocation ( 0 ) . WithArguments ( "System.Runtime.InteropServices.GCHandle" ) ) ;
265
265
}
266
266
267
- [ Fact ]
267
+ [ Fact ( Skip = "https://github.com/dotnet/roslyn/issues/77925" ) ]
268
268
public async Task TestPassToInstancePropertyGetterAsync ( )
269
269
{
270
270
await VerifyCS . VerifyAnalyzerAsync ( @"
@@ -300,7 +300,7 @@ void M()
300
300
VerifyCS . Diagnostic ( AbstractDoNotCopyValue . UnsupportedUseRule ) . WithLocation ( 1 ) . WithArguments ( "System.Runtime.InteropServices.GCHandle" , "LocalReference" ) ) ;
301
301
}
302
302
303
- [ Fact ]
303
+ [ Fact ( Skip = "https://github.com/dotnet/roslyn/issues/77925" ) ]
304
304
public async Task TestPassToInstanceMethodAsync ( )
305
305
{
306
306
await VerifyCS . VerifyAnalyzerAsync ( @"
You can’t perform that action at this time.
0 commit comments