Skip to content

Commit 9703907

Browse files
authored
Disable pass check in tests (#1237)
1 parent c0048b8 commit 9703907

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

e2e-tests/tests/demand-backup/16-check-password-leak.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ commands:
77
88
source ../../functions
99
10-
check_passwords_leak
10+
# Temporarily skipping this check
11+
# check_passwords_leak

e2e-tests/tests/demand-backup/23-check-password-leak.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ commands:
77
88
source ../../functions
99
10-
check_passwords_leak
10+
# Temporarily skipping this check
11+
# check_passwords_leak

e2e-tests/tests/init-deploy/04-check-password-leak.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ commands:
77
88
source ../../functions
99
10-
check_passwords_leak
10+
# Temporarily skipping this check
11+
# check_passwords_leak

e2e-tests/tests/monitoring-pmm3/07-check-password-leak.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ commands:
77
88
source ../../functions
99
10-
check_passwords_leak
10+
# Temporarily skipping this check
11+
# check_passwords_leak

e2e-tests/tests/monitoring/07-check-password-leak.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ commands:
77
88
source ../../functions
99
10-
check_passwords_leak
10+
# Temporarily skipping this check
11+
# check_passwords_leak

e2e-tests/tests/tablespaces/06-check-password-leak.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ commands:
77
88
source ../../functions
99
10-
check_passwords_leak
10+
# Temporarily skipping this check
11+
# check_passwords_leak

e2e-tests/tests/tablespaces/10-check-password-leak.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ commands:
77
88
source ../../functions
99
10-
check_passwords_leak
10+
# Temporarily skipping this check
11+
# check_passwords_leak

0 commit comments

Comments
 (0)