Skip background ping until test is fixed

Change-Id: I9ef31fbf4667c5495d39a7ead04c803c4d52d374
This commit is contained in:
r 2022-05-19 12:43:33 +03:00
parent e59840857e
commit fc03c3052a

View File

@ -14,6 +14,8 @@
# under the License.
from __future__ import absolute_import
import unittest
import pytest
import testtools
@ -60,6 +62,7 @@ class NetworkTest(testtools.TestCase):
gateway['ha'])
@unittest.skip("wip until added skipping around compute resets etc..")
@pytest.mark.background
@undercloud.skip_if_missing_undercloud
class BackgroundProcessTest(NetworkTest):