1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 19:52:37 +01:00
bats/test/fixtures/bats/skipped.bats

8 lines
94 B
Bash

@test "a skipped test" {
skip
}
@test "a skipped test with a reason" {
skip "a reason"
}