From 4c99410d40bdc2075f79c639631eebda89ee89e3 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 30 Sep 2025 03:34:09 -0400 Subject: [PATCH] Revert "skip [net] tests on CI" (#33) Reverts imjasonh/testscript-rs#29 --- testdata/network_conditions.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testdata/network_conditions.txt b/testdata/network_conditions.txt index 8946738..ae548cf 100644 --- a/testdata/network_conditions.txt +++ b/testdata/network_conditions.txt @@ -1,7 +1,5 @@ # 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" @@ -10,4 +8,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" \ No newline at end of file