We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b042eb commit 21b1087Copy full SHA for 21b1087
1 file changed
tests/unit/assert_snapshot_test.sh
@@ -86,6 +86,9 @@ function test_unsuccessful_assert_match_snapshot_ignore_colors() {
86
}
87
88
function test_assert_match_snapshot_with_placeholder() {
89
+ if ! check_os::is_alpine; then
90
+ skip "not supported on alpine" && return
91
+ fi
92
local snapshot_file_path
93
snapshot_file_path=tests/unit/snapshots/assert_snapshot_test_sh.test_assert_match_snapshot_with_placeholder.snapshot
94
mkdir -p tests/unit/snapshots
0 commit comments