Skip to content

Commit 3a487b4

Browse files
committed
* Re-enable yet two more ConnectionRecoveryTests
1 parent ff5c7a5 commit 3a487b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/ConnectionRecoveryTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public async Task RecoveryTopologyShouldNotRecoverTheTempQueues()
295295
{
296296
Assert.Null(_connection);
297297
Assert.Null(_management);
298-
Skip.If(true, "rabbitmq-dotnet-client-87");
298+
// Skip.If(true, "rabbitmq-dotnet-client-87");
299299

300300
string queueName = $"temp-queue-should-recover-{false}";
301301
IConnection connection = await AmqpConnection.CreateAsync(
@@ -335,7 +335,7 @@ public async Task RecoveryTopologyShouldRecoverExchanges(bool topologyEnabled)
335335
{
336336
Assert.Null(_connection);
337337
Assert.Null(_management);
338-
Skip.If(true, "rabbitmq-dotnet-client-87");
338+
// Skip.If(true, "rabbitmq-dotnet-client-87");
339339

340340
const string exchangeName = "exchange-should-recover";
341341
IConnection connection = await AmqpConnection.CreateAsync(

0 commit comments

Comments
 (0)