We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ae8dd commit 157d71cCopy full SHA for 157d71c
projects/Unit/TestFloodPublishing.cs
@@ -81,7 +81,8 @@ public void TestUnthrottledFloodPublishing()
81
}
82
83
84
- [Test]
+ // TODO rabbitmq/rabbitmq-dotnet-client#802 FIX THIS
85
+ [Test, Category("LongRunning")]
86
public async Task TestMultithreadFloodPublishing()
87
{
88
string message = "test message";
0 commit comments