File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ public async Task OverrideTheBackOffWithBackOffDisabled()
182
182
{
183
183
Assert . Null ( _connection ) ;
184
184
Assert . Null ( _management ) ;
185
- Skip . If ( true , "rabbitmq-dotnet-client-87" ) ;
185
+ // Skip.If(true, "rabbitmq-dotnet-client-87");
186
186
187
187
IConnection connection = await AmqpConnection . CreateAsync (
188
188
ConnectionSettingBuilder . Create ( ) . ContainerId ( _containerId ) . RecoveryConfiguration (
@@ -246,7 +246,7 @@ public async Task RecoveryTopologyShouldRecoverTheTempQueues()
246
246
{
247
247
Assert . Null ( _connection ) ;
248
248
Assert . Null ( _management ) ;
249
- Skip . If ( true , "rabbitmq-dotnet-client-87" ) ;
249
+ // Skip.If(true, "rabbitmq-dotnet-client-87");
250
250
251
251
string queueName = $ "temp-queue-should-recover-{ true } ";
252
252
IConnection connection = await AmqpConnection . CreateAsync (
You can’t perform that action at this time.
0 commit comments