Skip to content

Commit

Permalink
skip test that fails for Core on appveyor, #221
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik committed Jul 5, 2016
1 parent b897edf commit 742a16e
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -17,7 +17,11 @@ public GarbageCollectorSettingsTests(ITestOutputHelper outputHelper)
output = outputHelper;
}

#if !CORE
[Fact]
#else
[Fact(Skip = "It fails on appveyor")]
#endif
public void CanEnableServerGcMode()
{
var config = ManualConfig.CreateEmpty()
Expand Down

0 comments on commit 742a16e

Please sign in to comment.