From 2aee695d944a84f61eac326ccf3cab9f2b25162a Mon Sep 17 00:00:00 2001 From: TIHan Date: Mon, 12 Feb 2018 11:13:18 -0800 Subject: [PATCH] Skipping PasteCommandWithInteractiveFormatAsBoxCopy test --- .../InteractivePaste/InteractivePasteCommandHandlerTests.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EditorFeatures/Test2/InteractivePaste/InteractivePasteCommandHandlerTests.vb b/src/EditorFeatures/Test2/InteractivePaste/InteractivePasteCommandHandlerTests.vb index 2ca614dc21f..d7649a38f31 100644 --- a/src/EditorFeatures/Test2/InteractivePaste/InteractivePasteCommandHandlerTests.vb +++ b/src/EditorFeatures/Test2/InteractivePaste/InteractivePasteCommandHandlerTests.vb @@ -127,7 +127,7 @@ Namespace Microsoft.CodeAnalysis.Editor.UnitTests.InteractivePaste End Using End Sub - + Public Sub PasteCommandWithInteractiveFormatAsBoxCopy() Using workspace = TestWorkspace.Create( -- GitLab