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 @@ -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 (
You can’t perform that action at this time.
0 commit comments