diff --git a/roles/validate-tempest/vars/tempest_skip_master.yml b/roles/validate-tempest/vars/tempest_skip_master.yml index ab0595fc3..99a5482aa 100644 --- a/roles/validate-tempest/vars/tempest_skip_master.yml +++ b/roles/validate-tempest/vars/tempest_skip_master.yml @@ -154,6 +154,9 @@ known_failures: - test: 'barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest' reason: 'barbican and python-tempestconf not playing well' lp: 'https://bugs.launchpad.net/tripleo/+bug/1820671' + - test: 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration' + reason: 'telemetry tests failed due to One or more ports have an IP allocation from this subnet' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1792862' # skip list for undercloud - test: 'tempest.api.network.test_networks.NetworksTest.test_external_network_visibility'