Skip to content

Commit

Permalink
Adding windows only tags to new windows only tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoslund committed Jan 22, 2020
1 parent 0f8d01e commit e0f466c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private string[] ExpandExpectationShortHand(string[] input)
return output;
}

[Fact]
[WindowsOnlyFact]
internal void TestUninstallableStringsCorrectManySDKs()
{
var bundles = new List<Bundle>
Expand All @@ -283,7 +283,7 @@ internal void TestUninstallableStringsCorrectManySDKs()
AssertRequirementStringsCorrect(bundles, strings, expectedProtected);
}

[Fact]
[WindowsOnlyFact]
internal void TestUninstallableStringsCorrectAcrossRequirementDivisions()
{
var bundles = new List<Bundle>
Expand Down

0 comments on commit e0f466c

Please sign in to comment.