commit | 88004daa7b0fd746a60dd3b17d68ed4427b40e58 | [log] [tgz] |
---|---|---|
author | Eoghan Glynn <eglynn@redhat.com> | Fri Jul 18 14:50:09 2014 +0100 |
committer | Eoghan Glynn <eglynn@redhat.com> | Thu Jul 24 14:28:30 2014 +0100 |
tree | acf6343c006f21d66d5d0d9955cf94853ae930f4 | |
parent | b82520f8bc3db2a0869123666a08a87e7eb0c240 [diff] |
Skip telemetry_notification_api test due to bug 1336755 Temporarily skip the nova notification test due to the frequency of timeouts in the gate, pending a fix for bug LP #1336755. Related-Bug: 1336755 Change-Id: Ie0eef11998f4647a3e187b357630d9531a6cf1e8
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()