From 077f052aa92beab8a69030513bd7502297305710 Mon Sep 17 00:00:00 2001 From: gafter Date: Tue, 14 Jun 2016 14:16:50 -0700 Subject: [PATCH] Skip a test that fails in master. Related to #11980 --- .../IntelliSense/VisualBasicCompletionCommandHandlerTests.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests.vb b/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests.vb index 57a0a225369..1b2d6681985 100644 --- a/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests.vb +++ b/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests.vb @@ -1824,7 +1824,7 @@ End Module) End Function - + Public Async Function SelectKeywordFirst() As Task Using state = TestState.CreateVisualBasicTestState( -- GitLab