From a02358974e7adac8eb61d90122af7e0a1b712188 Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Mon, 25 Jan 2021 17:18:19 +0530 Subject: [PATCH] Skip test_dashboard_basic_ops tests With [1] tempest horizon tests moved to tempest repo and the dashboard tests are failing, until those are cleared let's skip those. [1] https://review.opendev.org/771727 Change-Id: Ib167ace3235bd0f01ffb927e87b939657d373dac --- tests/scenario001.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/scenario001.sh b/tests/scenario001.sh index 61cfeb139..92b73a56a 100755 --- a/tests/scenario001.sh +++ b/tests/scenario001.sh @@ -42,4 +42,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