Merge "remove general background ping skip since we have a specific skip decorator"

This commit is contained in:
Zuul 2022-06-28 10:32:37 +00:00 committed by Gerrit Code Review
commit 3080db6bff
1 changed files with 0 additions and 3 deletions

View File

@ -14,8 +14,6 @@
# under the License.
from __future__ import absolute_import
import unittest
import pytest
import testtools
@ -62,7 +60,6 @@ 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):