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()
295
295
{
296
296
Assert . Null ( _connection ) ;
297
297
Assert . Null ( _management ) ;
298
- Skip . If ( true , "rabbitmq-dotnet-client-87" ) ;
298
+ // Skip.If(true, "rabbitmq-dotnet-client-87");
299
299
300
300
string queueName = $ "temp-queue-should-recover-{ false } ";
301
301
IConnection connection = await AmqpConnection . CreateAsync (
@@ -335,7 +335,7 @@ public async Task RecoveryTopologyShouldRecoverExchanges(bool topologyEnabled)
335
335
{
336
336
Assert . Null ( _connection ) ;
337
337
Assert . Null ( _management ) ;
338
- Skip . If ( true , "rabbitmq-dotnet-client-87" ) ;
338
+ // Skip.If(true, "rabbitmq-dotnet-client-87");
339
339
340
340
const string exchangeName = "exchange-should-recover" ;
341
341
IConnection connection = await AmqpConnection . CreateAsync (
You can’t perform that action at this time.
0 commit comments