Skip to content

Commit 157d71c

Browse files
committed
Move flaky test to LongRunning category
1 parent 76ae8dd commit 157d71c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/Unit/TestFloodPublishing.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ public void TestUnthrottledFloodPublishing()
8181
}
8282
}
8383

84-
[Test]
84+
// TODO rabbitmq/rabbitmq-dotnet-client#802 FIX THIS
85+
[Test, Category("LongRunning")]
8586
public async Task TestMultithreadFloodPublishing()
8687
{
8788
string message = "test message";

0 commit comments

Comments
 (0)