Skip to content

Commit 74ec9ce

Browse files
authored
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>
1 parent 19706b9 commit 74ec9ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,14 @@ env:
126126

127127
- TESTS="component/test_projects
128128
component/test_project_configs
129-
component/test_project_limits
130129
component/test_project_usage
131130
component/test_regions
132131
component/test_regions_accounts
133132
component/test_routers
134133
component/test_snapshots"
135134

136-
- TESTS="component/test_resource_limits"
135+
- TESTS="component/test_project_limits
136+
component/test_resource_limits"
137137

138138
- TESTS="component/test_stopped_vm
139139
component/test_tags

0 commit comments

Comments
 (0)