Skip often failing SameHostNetworkTest and DifferentHostNetworkTest scenario test cases

Change-Id: I9a8ce2168ad397c827bc833001fb438858254f77
This commit is contained in:
Federico Ressi
2020-12-03 15:31:04 +01:00
parent ab9715a7aa
commit 08d8360ebf
14 changed files with 96 additions and 92 deletions

View File

@@ -105,8 +105,9 @@ MultipleObjectsFound = _select.MultipleObjectsFound
SkipException = _skip.SkipException
skip_if = _skip.skip_if
skip_test = skip = _skip.skip_test
skip_test = _skip.skip_test
skip_unless = _skip.skip_unless
skip = _skip.skip
BaseTestCase = _testcase.TestCase
assert_test_case_was_skipped = _testcase.assert_test_case_was_skipped