Skip to content

Commit

Permalink
Annotate another flaky test to skip on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Apr 27, 2021
1 parent 0b791a8 commit d6d0a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.Tests/ConfigurationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public ConfigurationTests(ITestOutputHelper output)
this.output = output;
}

[Fact]
[FlakyFact]
public void LoadHierarchicalValues()
{
var config = new ConfigurationBuilder().AddDotNetConfig().Build();
Expand Down

0 comments on commit d6d0a95

Please sign in to comment.