test(integration): skip sandbox-escape suite under act_runner #52

Merged
didericis merged 1 commits from fix-sandbox-escape-ci-skip into main 2026-05-26 23:06:48 -04:00
+7
View File
@@ -50,6 +50,13 @@ _FAKE_SECRETS = {
@skip_unless_docker()
@unittest.skipIf(
os.environ.get("GITEA_ACTIONS") == "true",
"skipped under act_runner: pipelock_tls_init uses a host bind mount "
"the runner container can't see, and the network topology hides "
"sibling-sidecar visibility — same constraint as the other "
"bottle-bringup integration tests",
)
class TestSandboxEscape(unittest.TestCase):
"""End-to-end attacks against a real bottle. The bottle stays
up for the whole class — bringup is ~10-30s, so per-test