mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-09 01:26:40 +00:00
Revert "skip [net] tests on CI" (#33)
Reverts imjasonh/testscript-rs#29
This commit is contained in:
parent
6b5a64703f
commit
4c99410d40
1 changed files with 1 additions and 3 deletions
4
testdata/network_conditions.txt
vendored
4
testdata/network_conditions.txt
vendored
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue