提交 ebdce250 编写于 作者: T Tom Meschter

Disable unit tests

Disable a couple of unit tests that hard-code a string instead of using
the associated resource. This guarantees the unit tests will fail when
the users locale is set to anything other than en.

This is being tracked by #35631.
上级 91a6c46b
......@@ -58,7 +58,7 @@ class c
End Function
<MemberData(NameOf(AllCompletionImplementations))>
<WpfTheory, Trait(Traits.Feature, Traits.Features.Completion)>
<WpfTheory(Skip := "https://github.com/dotnet/roslyn/issues/35631"), Trait(Traits.Feature, Traits.Features.Completion)>
Public Async Function TestCaretPlacement(completionImplementation As CompletionImplementation) As Task
Using state = TestStateFactory.CreateCSharpTestState(completionImplementation,
<Document><![CDATA[
......
......@@ -34,7 +34,7 @@ end class
End Function
<MemberData(NameOf(AllCompletionImplementations))>
<WpfTheory, Trait(Traits.Feature, Traits.Features.Completion)>
<WpfTheory(Skip := "https://github.com/dotnet/roslyn/issues/35631"), Trait(Traits.Feature, Traits.Features.Completion)>
Public Async Function TestCaretPlacement(completionImplementation As CompletionImplementation) As Task
Using state = TestStateFactory.CreateVisualBasicTestState(completionImplementation,
<Document><![CDATA[
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册