Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit f63f8cc

Browse files
committed
Explicitly ignore temporal test
1 parent 42625da commit f63f8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ServiceStack.Redis.Tests/PooledRedisClientManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public void Does_throw_TimeoutException_when_PoolTimeout_exceeded()
395395
}
396396
}
397397

398-
[Ignore("tempromental integration test")]
398+
[Explicit,Ignore("tempromental integration test")]
399399
[Test]
400400
public void Can_support_64_threads_using_the_client_simultaneously()
401401
{

0 commit comments

Comments
 (0)