Merge "Skip test_dashboard_basic_ops tests" into stable/ussuri

This commit is contained in:
Zuul 2021-03-26 17:24:49 +00:00 committed by Gerrit Code Review
commit 375a76b541
1 changed files with 2 additions and 1 deletions

View File

@ -45,4 +45,5 @@ $SUDO packstack ${ADDITIONAL_ARGS} \
--provision-demo=y \
--provision-tempest=y \
--run-tempest=y \
--run-tempest-tests="smoke dashboard" || export FAILURE=true
--run-tempest-tests="smoke dashboard" \
--skip-tempest-tests="test_dashboard_basic_ops" || export FAILURE=true