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"