Skip to content

Commit ad791d4

Browse files
Reset Expiration Flaky JS
1 parent a36b65c commit ad791d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/test/scala/io/chrisdavenport/mules/AutoMemoryCacheSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class AutoMemoryCacheSpec extends CatsEffectSuite {
3232
)
3333
}
3434

35-
test("Auto MemoryCache.ofSingleImmutableMap should resets expiration") {
35+
test("Auto MemoryCache.ofSingleImmutableMap should resets expiration".flaky) {
3636
Resource.eval(MemoryCache.ofSingleImmutableMap[IO, Int, String](cacheKeyExpiration.some))
3737
.flatMap(cache => MemoryCache.liftToAuto(cache, checkExpirationsEvery).as(cache))
3838
.use(cache =>

0 commit comments

Comments
 (0)