Skip to content

Commit f7809e3

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

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
@@ -540,7 +540,7 @@ public async Task RemoveAnExchangeShouldRemoveTheBindings()
540540
{
541541
Assert.Null(_connection);
542542
Assert.Null(_management);
543-
Skip.If(true, "rabbitmq-dotnet-client-87");
543+
// Skip.If(true, "rabbitmq-dotnet-client-87");
544544

545545
IConnection connection = await AmqpConnection.CreateAsync(
546546
ConnectionSettingBuilder.Create()
@@ -608,7 +608,7 @@ public async Task RemoveAnExchangeBoundToAnotherExchangeShouldRemoveTheBindings(
608608
{
609609
Assert.Null(_connection);
610610
Assert.Null(_management);
611-
Skip.If(true, "rabbitmq-dotnet-client-87");
611+
// Skip.If(true, "rabbitmq-dotnet-client-87");
612612

613613
IConnection connection = await AmqpConnection.CreateAsync(
614614
ConnectionSettingBuilder.Create()

0 commit comments

Comments
 (0)