Retry flaky test

This commit is contained in:
Bjarke Berg
2021-01-26 08:09:12 +01:00
parent 21f1b49f16
commit 8bf75a5047

View File

@@ -477,6 +477,7 @@ namespace Umbraco.Tests.UnitTests.Umbraco.Umbraco.PublishedCache
Assert.AreEqual(1, d.Test.GetValues(1).Length);
}
[Retry(5)] // TODO make this test non-flaky.
[Test]
public async Task CollectGcSnapshots()
{