Skip to content

Commit

Permalink
skip network test
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jul 19, 2024
1 parent 4ac9864 commit aabced3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit aabced3

Please sign in to comment.