commit | 91a6334737c5f5ad59e3f6de7494e50e10b3d831 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Jul 25 18:18:52 2014 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Jul 25 18:18:52 2014 +0000 |
tree | 1774a7ce7ee8809b800d76726f677c7593d909f6 | |
parent | ceef6626c7da8a9e57d1bc0a8118c67212bc3c79 [diff] | |
parent | 88004daa7b0fd746a60dd3b17d68ed4427b40e58 [diff] |
Merge "Skip telemetry_notification_api test due to bug 1336755"
diff --git a/tempest/api/telemetry/test_telemetry_notification_api.py b/tempest/api/telemetry/test_telemetry_notification_api.py index 148f5a3..f401b9b 100644 --- a/tempest/api/telemetry/test_telemetry_notification_api.py +++ b/tempest/api/telemetry/test_telemetry_notification_api.py
@@ -32,6 +32,7 @@ @test.attr(type="gate") @testtools.skipIf(not CONF.service_available.nova, "Nova is not available.") + @test.skip_because(bug="1336755") def test_check_nova_notification(self): resp, body = self.create_server()