Skip to content

Commit 6989f9f

Browse files
committed
Comment out test to see which one is freezing
1 parent 40f5a25 commit 6989f9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/Unit/TestFloodPublishing.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public class TestFloodPublishing
5353
private readonly byte[] _body = new byte[2048];
5454
private readonly TimeSpan _tenSeconds = TimeSpan.FromSeconds(10);
5555

56+
/*
5657
[Test]
5758
public void TestUnthrottledFloodPublishing()
5859
{
@@ -96,6 +97,7 @@ public void TestUnthrottledFloodPublishing()
9697
}
9798
}
9899
}
100+
*/
99101

100102
[Test]
101103
public async Task TestMultithreadFloodPublishing()

0 commit comments

Comments
 (0)