diff --git a/roles/validate-tempest/vars/tempest_skip_stein.yml b/roles/validate-tempest/vars/tempest_skip_stein.yml index c087405ae..859fd58d9 100644 --- a/roles/validate-tempest/vars/tempest_skip_stein.yml +++ b/roles/validate-tempest/vars/tempest_skip_stein.yml @@ -8,6 +8,9 @@ known_failures: - test: 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port' reason: 'It can be removed when bug for OVN is repaired' lp: 'https://bugs.launchpad.net/tempest/+bug/1728886' + - test: 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot' + reason: 'Invalid volume type' + lp: 'https://bugs.launchpad.net/tripleo/+bug/1863750' - test: 'mistral_tempest_tests.tests.api.v2.test_actions.ActionTestsV2.test_get_list_actions_not_in_list_filter' reason: 'mismatch error, mistral team is investigating' lp: 'https://bugs.launchpad.net/tripleo/+bug/1736950'