Skip to content

Commit

Permalink
Merge pull request #195 from ashu-011/skip_pagination_tests
Browse files Browse the repository at this point in the history
Modify pytest command to skip pagination tests
  • Loading branch information
openshift-merge-bot[bot] authored Aug 6, 2024
2 parents 1fefc91 + f69ce68 commit 250504b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ crudini --set horizon.conf selenium implicit_wait ${SELENIUM_IMPLICIT_WAIT}
popd

# run horizon selenium tests
INTEGRATION_TESTS=1 SELENIUM_HEADLESS=1 pytest openstack_dashboard/test/selenium/integration/ \
INTEGRATION_TESTS=1 SELENIUM_HEADLESS=1 pytest openstack_dashboard/test/selenium/integration/ -k "not pagination" \
--junitxml="test_reports/ui_integration_test_results.xml" \
--html="test_reports/ui_integration_test_results.html" --self-contained-html
RETURN_VALUE=$?
Expand Down

0 comments on commit 250504b

Please sign in to comment.