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

Commit 1a43190

Browse files
committed
ignore CI hanging regression test
1 parent 179e2e0 commit 1a43190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ServiceStack.Redis.Tests/Integration/RedisRegressionTestRun.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void onBeforeTestFixture()
2222
testData = TypeSerializer.SerializeToString(results);
2323
}
2424

25-
//[Explicit]
25+
[Explicit("Can hang CI")]
2626
[Test]
2727
public void Can_support_64_threads_using_the_client_simultaneously()
2828
{

0 commit comments

Comments
 (0)