We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32f28c commit 5cb7243Copy full SHA for 5cb7243
BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs
@@ -364,7 +364,7 @@ public class KeysInOrderTestDataGenerator : IEnumerable<object[]>
364
new object[] { new FavorWarmPartition(128, 0.6) },
365
new object[] { new FavorWarmPartition(256, 0.6) },
366
new object[] { new FavorWarmPartition(1024, 0.6) },
367
- new object[] { new FavorWarmPartition(16384, 0.6) },
+ // new object[] { new FavorWarmPartition(16384, 0.6) },
368
};
369
370
public IEnumerator<object[]> GetEnumerator() => _data.GetEnumerator();
0 commit comments