Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Nov 7, 2024
1 parent 8db9874 commit b77efa4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3147,7 +3147,7 @@ Class C

End Function

<ConditionalWpfFact(GetType(IsEnglishLocal)), WorkItem("https://github.com/dotnet/roslyn/issues/29938")>
<ConditionalWpfFact(GetType(IsEnglishLocal), Skip:="https://github.com/dotnet/roslyn/issues/29938"), WorkItem("https://github.com/dotnet/roslyn/issues/29938")>
Public Async Function TestMatchWithTurkishIWorkaround9() As Task
Using New CultureContext(New Globalization.CultureInfo("tr-TR", useUserOverride:=False))
Using state = TestStateFactory.CreateVisualBasicTestState(
Expand All @@ -3174,7 +3174,7 @@ Class C

End Function

<ConditionalWpfFact(GetType(IsEnglishLocal)), WorkItem("https://github.com/dotnet/roslyn/issues/29938")>
<ConditionalWpfFact(GetType(IsEnglishLocal), Skip:="https://github.com/dotnet/roslyn/issues/29938"), WorkItem("https://github.com/dotnet/roslyn/issues/29938")>
Public Async Function TestMatchWithTurkishIWorkaround10() As Task
Using New CultureContext(New Globalization.CultureInfo("tr-TR", useUserOverride:=False))
Using state = TestStateFactory.CreateVisualBasicTestState(
Expand Down

0 comments on commit b77efa4

Please # to comment.