Skip to content

Commit

Permalink
Enable tests that now pass
Browse files Browse the repository at this point in the history
Closes #47610
Closes #49861
  • Loading branch information
sharwell committed Mar 26, 2021
1 parent 6fbc693 commit 0d2372a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2635,7 +2635,7 @@ public class Goo
End Function

<WorkItem(544940, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/544940")>
<WpfTheory(Skip:="https://github.com/dotnet/roslyn/issues/47610"), CombinatorialData>
<WpfTheory, CombinatorialData>
<Trait(Traits.Feature, Traits.Features.Completion)>
Public Async Function LocalFunctionAttributeNamedPropertyCompletionCommitWithTab(showCompletionInArgumentLists As Boolean) As Task
Using state = TestStateFactory.CreateCSharpTestState(
Expand Down Expand Up @@ -5342,7 +5342,7 @@ class C
End Using
End Function

<WpfTheory(Skip:="https://github.com/dotnet/roslyn/issues/49861")>
<WpfTheory>
<InlineData("r")>
<InlineData("load")>
<WorkItem(49861, "https://github.com/dotnet/roslyn/issues/49861")>
Expand Down

0 comments on commit 0d2372a

Please sign in to comment.