Skip to content

Commit

Permalink
Merge pull request #28420 from 333fred/skip-test-spanish
Browse files Browse the repository at this point in the history
Skip AttributeTests_WellKnownAttributes.ObsoleteOnVirtual_OnBase on S…
  • Loading branch information
333fred authored Jul 10, 2018
2 parents b4d836e + afac190 commit c135aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6891,7 +6891,7 @@ public class D : List<Y>
Diagnostic(ErrorCode.ERR_DeprecatedSymbolStr, "X").WithArguments("N.A", "Do not use").WithLocation(15, 16));
}

[Fact]
[ConditionalFact(typeof(IsEnglishLocal), Skip = "https://github.com/dotnet/roslyn/issues/28328")]
[WorkItem(580832, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/580832")]
public void ObsoleteOnVirtual_OnBase()
{
Expand Down

0 comments on commit c135aa4

Please sign in to comment.