From 74ec9cefca1726281897ac557647f3378abfcc0e Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Sat, 30 Sep 2017 11:03:03 +0530 Subject: [PATCH] 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 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ea204e5d59..032b4f47aeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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