We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978bc9f commit d3186caCopy full SHA for d3186ca
1 file changed
test/CacheCow.Client.Tests/CachingHandlerTests.cs
@@ -68,7 +68,7 @@ public void NoStore_Ignored()
68
69
}
70
71
- [Fact]
+ [Fact(Skip = "Sometimes fails on Azure Pipelines")]
72
public void TestMemoryLeak()
73
{
74
var memorySize64 = Process.GetCurrentProcess().PrivateMemorySize64;
0 commit comments