Skip to content

Commit b3fc376

Browse files
authored
Disable flaky test (#8232)
Fix is tracked by #8231
1 parent 736d5c0 commit b3fc376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/NuGetGallery.Facts/Controllers/PackagesControllerFacts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@ public async Task CheckThatCacheKeyIsNotCaseSensitive()
19541954
Assert.Same(pd, _cache.Get(cacheKey));
19551955
}
19561956

1957-
[Fact]
1957+
[Fact(Skip = "Flaky test, tracked by issue https://github.com/NuGet/NuGetGallery/issues/8231")]
19581958
public async Task OneSecondCacheTime()
19591959
{
19601960
var id = "foo";

0 commit comments

Comments
 (0)