Skip test_check_nova_notification_event_and_meter
This recently merged test has a relatively high failure rate of 3% let's nip this in the bud before it blossoms into a major issue in the gate. Change-Id: I48bd2be92199a37d3236efe656b9a192ee7b921f Related-bug: #1480490
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from tempest_lib import decorators
|
||||
import testtools
|
||||
|
||||
from tempest.api.telemetry import base
|
||||
@@ -83,6 +84,7 @@ class TelemetryNotificationAdminAPITestJSON(base.BaseTelemetryAdminTest):
|
||||
|
||||
@test.idempotent_id('29604198-8b45-4fc0-8af8-1cae4f94ebe9')
|
||||
@test.services('compute')
|
||||
@decorators.skip_because(bug='1480490')
|
||||
def test_check_nova_notification_event_and_meter(self):
|
||||
|
||||
body = self.create_server()
|
||||
|
||||
Reference in New Issue
Block a user