Skip to content

Commit 6da9988

Browse files
committed
simplify consis checks for stage
1 parent b489566 commit 6da9988

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/lib/client/uc3_client.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,10 @@ def initialize
461461
end
462462
@test_paths = @test_paths.uniq.sort
463463
@consistency_checks = @consistency_checks.uniq.sort
464+
return if UC3::UC3Client.prod_stack?
465+
466+
@consistency_checks.delete('/ops/db-queue/audit/30-days')
467+
@consistency_checks.delete('/ldap/collections-missing')
464468
end
465469

466470
def self.client

0 commit comments

Comments
 (0)