From aabced39e666caa7d2601a97baded1485af11757 Mon Sep 17 00:00:00 2001 From: Mia Altieri Date: Fri, 19 Jul 2024 13:12:31 +0000 Subject: [PATCH] skip network test --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a532055..ff8ebfd 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ commands = bash -ec 'microk8s ctr image import {env:name}_*-$(yq .base rockcraft.yaml | \ cut -c 8-)_edge_amd64.rock --base-name {env:registry_namespace}/{env:name}' bash -ec 'if ! [ -d operator ]; then git clone --single-branch --branch {env:branch} {env:repo} operator; fi' {posargs} - tox --workdir operator -c operator -e integration -- tests/integration/ha_tests/test_ha.py + tox --workdir operator -c operator -e integration -- tests/integration/ha_tests/test_ha.py --deselect tests/integration/ha_tests/test_ha.py::test_network_cut [testenv:tls-integration]