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()
182182 {
183183 Assert . Null ( _connection ) ;
184184 Assert . Null ( _management ) ;
185- Skip . If ( true , "rabbitmq-dotnet-client-87" ) ;
185+ // Skip.If(true, "rabbitmq-dotnet-client-87");
186186
187187 IConnection connection = await AmqpConnection . CreateAsync (
188188 ConnectionSettingBuilder . Create ( ) . ContainerId ( _containerId ) . RecoveryConfiguration (
@@ -246,7 +246,7 @@ public async Task RecoveryTopologyShouldRecoverTheTempQueues()
246246 {
247247 Assert . Null ( _connection ) ;
248248 Assert . Null ( _management ) ;
249- Skip . If ( true , "rabbitmq-dotnet-client-87" ) ;
249+ // Skip.If(true, "rabbitmq-dotnet-client-87");
250250
251251 string queueName = $ "temp-queue-should-recover-{ true } ";
252252 IConnection connection = await AmqpConnection . CreateAsync (
You can’t perform that action at this time.
0 commit comments