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 5cb7243 commit 312a71fCopy full SHA for 312a71f
BitFaster.Caching.UnitTests/Lru/ConcurrentLruTests.cs
@@ -364,7 +364,6 @@ 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) },
368
};
369
370
public IEnumerator<object[]> GetEnumerator() => _data.GetEnumerator();
0 commit comments