Skip to content

Commit 75ecdf3

Browse files
committed
This test needs rework as in memory cache maintenance is not run on a schedule.
1 parent 411cce0 commit 75ecdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Foundatio.TestHarness/Caching/HybridCacheClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public virtual async Task WillUseLocalCache()
264264
Assert.Equal(1, secondCache.LocalCacheHits);
265265
}
266266

267-
[Fact]
267+
[Fact(Skip = "TODO: Look into this as the local cache client maintenance never schedules for expiration")]
268268
public virtual async Task WillExpireRemoteItems()
269269
{
270270
using var firstCache = GetCacheClient() as HybridCacheClient;

0 commit comments

Comments
 (0)