diff --git a/tests/dragonfly/package_install_test.py b/tests/dragonfly/package_install_test.py index e8a7ea4d67b7..13fe76428e13 100644 --- a/tests/dragonfly/package_install_test.py +++ b/tests/dragonfly/package_install_test.py @@ -3,6 +3,11 @@ import pytest from testcontainers.core.container import DockerContainer +pytest.skip( + "These tests will only be run for the action that generates the package repository", + allow_module_level=True, +) + def check(container: DockerContainer, cmd: str): result = container.exec(cmd)