From 4fa316b778a88c92e4fcfd57480631d45cc2df5e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 14 Jun 2017 14:43:13 -0500 Subject: [PATCH] Skip pagination test for now The pagination test, although awesome, is killing the cinder in the gate and we're seeing an unworkable increase in timeouts. Skip the test for now allowing us to work on fixing the test without killing everything else. Change-Id: If83abbad9398cb97ca7fdc1d3f6d2d5473343664 --- shade/tests/functional/test_volume.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shade/tests/functional/test_volume.py b/shade/tests/functional/test_volume.py index 4972130a0..59bca0145 100644 --- a/shade/tests/functional/test_volume.py +++ b/shade/tests/functional/test_volume.py @@ -109,6 +109,8 @@ class TestVolume(base.BaseFunctionalTestCase): def test_list_volumes_pagination(self): '''Test pagination for list volumes functionality''' + self.skipTest("Pagination test killing gate current") + volumes = [] # the number of created volumes needs to be higher than # CONF.osapi_max_limit but not higher than volume quotas for