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