From 40bf2df34dff19d52542d81c4289caa21129df5c Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 30 Sep 2025 02:42:58 -0400 Subject: [PATCH] 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 --- testdata/network_conditions.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testdata/network_conditions.txt b/testdata/network_conditions.txt index ae548cf..8946738 100644 --- a/testdata/network_conditions.txt +++ b/testdata/network_conditions.txt @@ -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" \ No newline at end of file +stdout "Network test completed"