Skip background ping until test is fixed
Change-Id: I9ef31fbf4667c5495d39a7ead04c803c4d52d374
This commit is contained in:
parent
e59840857e
commit
fc03c3052a
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user