Remove skip of test_service_udp_ping
It was skipped because of 1886909 which should be fixed Depends-On: https://review.opendev.org/#/c/742384/ Change-Id: Ia28cf8b9c27560f4672a3bc46fd8a12eae790a51
This commit is contained in:
parent
2b388b8a93
commit
2fe1791ff2
@ -101,7 +101,6 @@ class TestUdpServiceScenario(base.BaseKuryrScenarioTest):
|
|||||||
if not CONF.kuryr_kubernetes.test_udp_services:
|
if not CONF.kuryr_kubernetes.test_udp_services:
|
||||||
raise cls.skipException("Service UDP tests are not enabled")
|
raise cls.skipException("Service UDP tests are not enabled")
|
||||||
|
|
||||||
@decorators.skip_because(bug="1886909")
|
|
||||||
@decorators.idempotent_id('bddf5441-1244-449d-a125-b5fda1670781')
|
@decorators.idempotent_id('bddf5441-1244-449d-a125-b5fda1670781')
|
||||||
def test_service_udp_ping(self):
|
def test_service_udp_ping(self):
|
||||||
# NOTE(ltomasbo): Using LoadBalancer type to avoid namespace isolation
|
# NOTE(ltomasbo): Using LoadBalancer type to avoid namespace isolation
|
||||||
|
Loading…
Reference in New Issue
Block a user