diff --git a/tacker/tests/functional/vnfm/test_tosca_vnf.py b/tacker/tests/functional/vnfm/test_tosca_vnf.py index 56a19e6b5..507c1dad8 100644 --- a/tacker/tests/functional/vnfm/test_tosca_vnf.py +++ b/tacker/tests/functional/vnfm/test_tosca_vnf.py @@ -12,6 +12,7 @@ # License for the specific language governing permissions and limitations # under the License. +import unittest import yaml from novaclient import exceptions @@ -189,6 +190,8 @@ class VnfTestToscaCreateFlavorCreation(base.BaseTackerTest): class VnfTestToscaCreateImageCreation(base.BaseTackerTest): + + @unittest.skip("Until BUG 1673099") def test_create_delete_vnf_tosca_no_monitoring(self): vnfd_name = 'tosca_vnfd_with_auto_image' input_yaml = read_file('sample-tosca-vnfd-image.yaml')