Skip to content

Commit

Permalink
Merge pull request #51866 from rhcs-dashboard/wip-61555-quincy
Browse files Browse the repository at this point in the history
quincy: mgr/dashboard: fix test_dashboard_e2e.sh failure

Reviewed-by: Pegonzal <NOT@FOUND>
  • Loading branch information
nizamial09 committed Jun 1, 2023
2 parents 8fd1c26 + c6411bc commit 850f162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/workunits/cephadm/test_dashboard_e2e.sh
Expand Up @@ -58,7 +58,7 @@ EOF
cypress_run () {
local specs="$1"
local timeout="$2"
local override_config="ignoreTestFiles=*.po.ts,retries=0,testFiles=${specs}"
local override_config="excludeSpecPattern=*.po.ts,retries=0,specPattern=${specs}"

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

0 comments on commit 850f162

Please sign in to comment.