Skip to content

Commit 3df7d50

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

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
@@ -395,7 +395,7 @@ public async Task RecoveryTopologyShouldRecoverBindings(bool topologyEnabled)
395395
{
396396
Assert.Null(_connection);
397397
Assert.Null(_management);
398-
Skip.If(true, "rabbitmq-dotnet-client-87");
398+
// Skip.If(true, "rabbitmq-dotnet-client-87");
399399

400400
IConnection connection = await AmqpConnection.CreateAsync(
401401
ConnectionSettingBuilder.Create()
@@ -477,7 +477,7 @@ public async Task RemoveAQueueShouldRemoveTheBindings()
477477
{
478478
Assert.Null(_connection);
479479
Assert.Null(_management);
480-
Skip.If(true, "rabbitmq-dotnet-client-87");
480+
// Skip.If(true, "rabbitmq-dotnet-client-87");
481481

482482
IConnection connection = await AmqpConnection.CreateAsync(
483483
ConnectionSettingBuilder.Create()

0 commit comments

Comments
 (0)