diff --git a/src/Compilers/CSharp/Test/Semantic/Semantics/RefEscapingTests.cs b/src/Compilers/CSharp/Test/Semantic/Semantics/RefEscapingTests.cs index 693d36d2866c277205ad44bdaf195bcd2109f767..04f404a5ca65e585e330ffe155d4762c4f6fd39a 100644 --- a/src/Compilers/CSharp/Test/Semantic/Semantics/RefEscapingTests.cs +++ b/src/Compilers/CSharp/Test/Semantic/Semantics/RefEscapingTests.cs @@ -2497,7 +2497,7 @@ public static class Extensions ); } - [Fact] + [Fact(Skip = "https://github.com/dotnet/roslyn/issues/22442")] public void DeconstructionAssignmentWithRefReadonlyExtension() { var text = @"