diff --git a/tox.ini b/tox.ini index ca9b0b3a5a6..2b632295b10 100644 --- a/tox.ini +++ b/tox.ini @@ -71,8 +71,8 @@ setenv = {[testenv:dsvm-functional]setenv} deps = {[testenv:dsvm-functional]deps} commands = {toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin - stestr run --exclude-regex (.*MySQL\.|.*PostgreSQL\.) {posargs} - stestr run --combine --concurrency 1 (.*MySQL\.|.*PostgreSQL\.) {posargs} + stestr run --exclude-regex (.*MySQL\.|.*PostgreSQL\.|.*test_get_all_devices) {posargs} + stestr run --combine --concurrency 1 (.*MySQL\.|.*PostgreSQL\.|.*test_get_all_devices) {posargs} [testenv:dsvm-fullstack] setenv = {[testenv]setenv}