Skip test_list_pods

This commit adds a decorator to skip list pods until lp [1] is resolved.

[1] https://bugs.launchpad.net/kuryr-kubernetes/+bug/1700993

Depends-On: Ibac0737c557aa1b6eef55d5681fd4c601cec4f09
Change-Id: I6b8bd4a9dfed09833738454522bdcd58a9f0ab33
Signed-off-by: Daniel Mellado <dmellado@redhat.com>
This commit is contained in:
Daniel Mellado 2017-06-28 16:34:19 +02:00
parent 1a142e9c1a
commit 3735dc5678
No known key found for this signature in database
GPG Key ID: C905561547B09777
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class PodTest(base.BaseAdminKuryrTest):
body=body,
namespace=namespace)
@decorators.skip_because(bug="1700993")
@decorators.idempotent_id('f96b40a8-25bc-4ddd-a862-072a2b7b80b8')
def test_list_pods(self):
pods = self._list_pods()