Skip to content

Commit be8fd5c

Browse files
Remove --isolated flag from functional tests
The --isolated flag in stestr run was sequentially running test, after some round testing without that parameter, test are passing running in parallel. Make sense to remove to reduce drasticallly the time of the job. Change-Id: I914218b487be8bd90d9d62337e04060b6c6eed05 Signed-off-by: Fernando Royo <[email protected]>
1 parent e1a27c1 commit be8fd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ passenv =
6464
{[testenv]passenv}
6565
OS_TEST_DBAPI_ADMIN_CONNECTION
6666
commands =
67-
stestr run --isolated {posargs}
67+
stestr run {posargs}
6868

6969
[testenv:cover]
7070
setenv =

0 commit comments

Comments
 (0)