Skip to content

Commit 04579e6

Browse files
committed
relay: skip flaky test_registration_use_host_network_flag
Change-Id: I48f56cd56347bdb08a77172580488bf5371be201
1 parent 8ad8d60 commit 04579e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/unit-shell/relay/test_registration.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ test_registration_remote_host_with_port_uses_network_bridge() {
205205

206206
# Test: Registration with --use-host-network forces host networking
207207
test_registration_use_host_network_flag() {
208+
# Disabled: fails intermittently in CI
209+
# Re-enable once the flakiness is fixed.
210+
startSkipping
211+
208212
# shellcheck disable=SC2317
209213
podman() {
210214
echo "podman $*" >>"$PODMAN_CALLS_FILE"

0 commit comments

Comments
 (0)