Skip to content

Commit 553a0c9

Browse files
authored
Merge pull request ceph#51844 from rhcs-dashboard/fix-qa-failure-orch
mgr/dashboard: fix test_dashboard_e2e.sh failure Reviewed-by: Pegonzal <NOT@FOUND>
2 parents 9d4a73c + 7c5d92a commit 553a0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/workunits/cephadm/test_dashboard_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ EOF
5858
cypress_run () {
5959
local specs="$1"
6060
local timeout="$2"
61-
local override_config="ignoreTestFiles=*.po.ts,retries=0,testFiles=${specs}"
61+
local override_config="excludeSpecPattern=*.po.ts,retries=0,specPattern=${specs}"
6262

6363
if [ x"$timeout" != "x" ]; then
6464
override_config="${override_config},defaultCommandTimeout=${timeout}"

0 commit comments

Comments
 (0)