mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9584: Re-arrange failing project_limits test (#2279)
This rearranges a project related component that is likely failing due to env/state changes by other project related tests groupped in the same job. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
19706b94ff
commit
74ec9cefca
|
|
@ -126,14 +126,14 @@ env:
|
|||
|
||||
- TESTS="component/test_projects
|
||||
component/test_project_configs
|
||||
component/test_project_limits
|
||||
component/test_project_usage
|
||||
component/test_regions
|
||||
component/test_regions_accounts
|
||||
component/test_routers
|
||||
component/test_snapshots"
|
||||
|
||||
- TESTS="component/test_resource_limits"
|
||||
- TESTS="component/test_project_limits
|
||||
component/test_resource_limits"
|
||||
|
||||
- TESTS="component/test_stopped_vm
|
||||
component/test_tags
|
||||
|
|
|
|||
Loading…
Reference in New Issue