Skip service_udp_ping until Bug 1886909 is fixed

Launchpad: https://bugs.launchpad.net/networking-ovn/+bug/1886909
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1846189

Change-Id: I7f51b0189003d4489a929b6c5ceebb9bd5fbd159
This commit is contained in:
Itzik Brown 2020-07-05 10:30:46 +03:00
parent 8c866223b8
commit 6760376f17
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class TestUdpServiceScenario(base.BaseKuryrScenarioTest):
if not CONF.kuryr_kubernetes.test_udp_services:
raise cls.skipException("Service UDP tests are not enabled")
@decorators.skip_because(bug="1886909")
@decorators.idempotent_id('bddf5441-1244-449d-a125-b5fda1670781')
def test_service_udp_ping(self):
# NOTE(ltomasbo): Using LoadBalancer type to avoid namespace isolation