diff --git a/src/InteractiveWindow/EditorTest/InteractiveWindowTests.cs b/src/InteractiveWindow/EditorTest/InteractiveWindowTests.cs index ccd7b9517cf7d9831b749172bcfcf546fec04b73..6922ea54cfe114486bd18e9b9a00719436f1816f 100644 --- a/src/InteractiveWindow/EditorTest/InteractiveWindowTests.cs +++ b/src/InteractiveWindow/EditorTest/InteractiveWindowTests.cs @@ -669,7 +669,7 @@ public void CutWithinInput() expectedRepl: null); } - [Fact] + [Fact(Skip = "5544"), WorkItem(5544, "https://github.com/dotnet/roslyn/issues/5544")] public void CutInputAndOutput() { Clipboard.Clear(); @@ -1106,7 +1106,7 @@ public void ReturnWithSelectionInReadonlyArea() AssertCaretVirtualPosition(3, 2); } - [Fact] + [Fact(Skip = "5544"), WorkItem(5544, "https://github.com/dotnet/roslyn/issues/5544")] public void CutWithOutSelectionInReadOnlyArea() { Submit( @@ -1141,7 +1141,7 @@ public void CutWithOutSelectionInReadOnlyArea() VerifyClipboardData("2", expectedRtf: null, expectedRepl: null); } - [Fact] + [Fact(Skip = "5544"), WorkItem(5544, "https://github.com/dotnet/roslyn/issues/5544")] public void CutWithSelectionInReadonlyArea() { Submit(