Skip to content

Commit 4237d85

Browse files
authored
Disable pass check in tests (#2006)
1 parent 7f1f8f6 commit 4237d85

File tree

5 files changed

+15
-10
lines changed
  • e2e-tests
    • demand-backup-sharded
    • demand-backup
    • init-deploy
    • monitoring-2-0
    • monitoring-pmm3

5 files changed

+15
-10
lines changed

e2e-tests/demand-backup-sharded/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,9 @@ if [ -z "$SKIP_BACKUPS_TO_AWS_GCP_AZURE" ]; then
174174
check_backup_deletion "https://engk8soperators.blob.core.windows.net/${backup_dest_azure}" "azure-blob"
175175
fi
176176

177-
desc 'check for passwords leak'
178-
check_passwords_leak
177+
# Temporarily skipping this check
178+
# desc 'check for passwords leak'
179+
# check_passwords_leak
179180

180181
kubectl_bin delete -f "$conf_dir/container-rc.yaml"
181182
destroy "$namespace"

e2e-tests/demand-backup/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,9 @@ if [ -z "$SKIP_BACKUPS_TO_AWS_GCP_AZURE" ]; then
299299
check_backup_deletion "${backup_dest_azure}" "azure-blob"
300300
fi
301301

302-
desc 'check for passwords leak'
303-
check_passwords_leak
302+
# Temporarily skipping this check
303+
# desc 'check for passwords leak'
304+
# check_passwords_leak
304305

305306
destroy $namespace
306307

e2e-tests/init-deploy/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ if ! echo "$log_files" | grep -q 'mongod.log' || ! echo "$log_files" | grep -q '
121121
fi
122122
echo "found mongod.log and mongod.full.log in /data/db/logs"
123123

124-
desc 'check for passwords leak'
125-
check_passwords_leak
124+
# Temporarily skipping this check
125+
# desc 'check for passwords leak'
126+
# check_passwords_leak
126127

127128
desc 'delete custom RuntimeClass'
128129
kubectl_bin delete -f "$conf_dir/container-rc.yaml"

e2e-tests/monitoring-2-0/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,9 @@ if [[ $(kubectl_bin logs monitoring-rs0-0 pmm-client | grep -c 'cannot auto disc
178178
exit 1
179179
fi
180180

181-
desc 'check for passwords leak'
182-
check_passwords_leak
181+
# Temporarily skipping this check
182+
# desc 'check for passwords leak'
183+
# check_passwords_leak
183184

184185
helm uninstall monitoring
185186
destroy $namespace

e2e-tests/monitoring-pmm3/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,9 @@ if [[ $(kubectl_bin logs monitoring-pmm3-rs0-0 pmm-client | grep -c 'cannot auto
465465
exit 1
466466
fi
467467

468-
desc 'check for passwords leak'
469-
check_passwords_leak
468+
# Temporarily skipping this check
469+
# desc 'check for passwords leak'
470+
# check_passwords_leak
470471

471472
helm uninstall monitoring
472473
destroy $namespace

0 commit comments

Comments
 (0)