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 @@ -395,7 +395,7 @@ public async Task RecoveryTopologyShouldRecoverBindings(bool topologyEnabled)
395395 {
396396 Assert . Null ( _connection ) ;
397397 Assert . Null ( _management ) ;
398- Skip . If ( true , "rabbitmq-dotnet-client-87" ) ;
398+ // Skip.If(true, "rabbitmq-dotnet-client-87");
399399
400400 IConnection connection = await AmqpConnection . CreateAsync (
401401 ConnectionSettingBuilder . Create ( )
@@ -477,7 +477,7 @@ public async Task RemoveAQueueShouldRemoveTheBindings()
477477 {
478478 Assert . Null ( _connection ) ;
479479 Assert . Null ( _management ) ;
480- Skip . If ( true , "rabbitmq-dotnet-client-87" ) ;
480+ // Skip.If(true, "rabbitmq-dotnet-client-87");
481481
482482 IConnection connection = await AmqpConnection . CreateAsync (
483483 ConnectionSettingBuilder . Create ( )
You can’t perform that action at this time.
0 commit comments