Try to make test non-flaky

This commit is contained in:
Nikolaj Geisle
2022-03-18 14:52:57 +01:00
parent 93432a2658
commit a02ef3c101

View File

@@ -323,6 +323,7 @@ namespace Umbraco.Cms.Tests.UnitTests.Umbraco.PublishedCache.NuCache
}
[Test]
[Retry(5)] // TODO make this test non-flaky.
public async Task EventuallyCollectNulls()
{
var d = new SnapDictionary<int, string>();