Skip to content

Commit

Permalink
remove unused func test category exclusion
Browse files Browse the repository at this point in the history
When the temporary clear() calls were removed from the
functional test category lists in PR microsoft#50 (see commit
7e67496), this following
block to re-exclude tests marked MacOnly became redundant,
so we can remove it now.
  • Loading branch information
chrisd8088 committed Aug 16, 2020
1 parent 91d9f84 commit 5159162
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Scalar.FunctionalTests/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ public static void Main(string[] args)
// with the non-virtualized solution
excludeCategories.Add(Categories.NeedsUpdatesForNonVirtualizedMode);

if (!RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
{
excludeCategories.Add(Categories.MacOnly);
}

ScalarTestConfig.RepoToClone =
runner.GetCustomArgWithParam("--repo-to-clone")
?? Properties.Settings.Default.RepoToClone;
Expand Down

0 comments on commit 5159162

Please sign in to comment.