1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-08 09:05:34 +00:00

skip [net] tests on CI (#29)

I'm hoping this will also mean these get skipped when the Copilot agent
iterates, since it trips a firewall rule and results in comment spam:
https://github.com/imjasonh/testscript-rs/pull/27#issuecomment-3350186075

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-09-30 02:42:58 -04:00 committed by GitHub
parent 5b51ab01ef
commit 40bf2df34d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,7 @@
# Test network condition support
[env:CI] skip Skipping this test on GitHub Actions
# This command will only run if network is available
[net] exec echo "Network is available"
@ -8,4 +10,4 @@
# At least one of the above should execute, so we should see some output
exec echo "Network test completed"
stdout "Network test completed"
stdout "Network test completed"