Skip to content

Commit a1a79c1

Browse files
committed
* Comment-out test output.
1 parent 7af0b82 commit a1a79c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Test/Integration/TestQueueDeclare.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public async Task TestPassiveQueueDeclareException_GH1749()
6767
}
6868
catch (Exception ex)
6969
{
70-
_output.WriteLine("{0} ex: {1}", _testDisplayName, ex);
70+
// _output.WriteLine("{0} ex: {1}", _testDisplayName, ex);
7171
await _channel.DisposeAsync();
7272
_channel = null;
7373
}

0 commit comments

Comments
 (0)