Skip to content

Commit ff5c7a5

Browse files
committed
* Re-enable two more ConnectionRecoveryTests
1 parent 4b378dd commit ff5c7a5

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
@@ -182,7 +182,7 @@ public async Task OverrideTheBackOffWithBackOffDisabled()
182182
{
183183
Assert.Null(_connection);
184184
Assert.Null(_management);
185-
Skip.If(true, "rabbitmq-dotnet-client-87");
185+
// Skip.If(true, "rabbitmq-dotnet-client-87");
186186

187187
IConnection connection = await AmqpConnection.CreateAsync(
188188
ConnectionSettingBuilder.Create().ContainerId(_containerId).RecoveryConfiguration(
@@ -246,7 +246,7 @@ public async Task RecoveryTopologyShouldRecoverTheTempQueues()
246246
{
247247
Assert.Null(_connection);
248248
Assert.Null(_management);
249-
Skip.If(true, "rabbitmq-dotnet-client-87");
249+
// Skip.If(true, "rabbitmq-dotnet-client-87");
250250

251251
string queueName = $"temp-queue-should-recover-{true}";
252252
IConnection connection = await AmqpConnection.CreateAsync(

0 commit comments

Comments
 (0)