Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Commit

Permalink
Skip GacDependencyResolver test on MacOSX and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
troydai committed Apr 28, 2015
1 parent c2f8684 commit 74e20df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class GacDependencyResolverFacts
{
[ConditionalTheory]
[FrameworkSkipCondition(RuntimeFrameworks.Mono)]
[OSSkipCondition(OperatingSystems.Linux | OperatingSystems.MacOSX)]
[InlineData("mscorlib", "4.0.0.0", "dnx451", true)]
[InlineData("mscorlib", "1.0.0.0", "dnx451", false)]
[InlineData("mscorlib", "4.0.0.0", "dnxcore50", false)]
Expand Down

0 comments on commit 74e20df

Please sign in to comment.