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 @@ -540,7 +540,7 @@ public async Task RemoveAnExchangeShouldRemoveTheBindings()
540540 {
541541 Assert . Null ( _connection ) ;
542542 Assert . Null ( _management ) ;
543- Skip . If ( true , "rabbitmq-dotnet-client-87" ) ;
543+ // Skip.If(true, "rabbitmq-dotnet-client-87");
544544
545545 IConnection connection = await AmqpConnection . CreateAsync (
546546 ConnectionSettingBuilder . Create ( )
@@ -608,7 +608,7 @@ public async Task RemoveAnExchangeBoundToAnotherExchangeShouldRemoveTheBindings(
608608 {
609609 Assert . Null ( _connection ) ;
610610 Assert . Null ( _management ) ;
611- Skip . If ( true , "rabbitmq-dotnet-client-87" ) ;
611+ // Skip.If(true, "rabbitmq-dotnet-client-87");
612612
613613 IConnection connection = await AmqpConnection . CreateAsync (
614614 ConnectionSettingBuilder . Create ( )
You can’t perform that action at this time.
0 commit comments