Skip to content

Commit 21b1087

Browse files
committed
fix: skip test_assert_match_snapshot_with_placeholder on alpine
1 parent 1b042eb commit 21b1087

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/unit/assert_snapshot_test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ function test_unsuccessful_assert_match_snapshot_ignore_colors() {
8686
}
8787

8888
function test_assert_match_snapshot_with_placeholder() {
89+
if ! check_os::is_alpine; then
90+
skip "not supported on alpine" && return
91+
fi
8992
local snapshot_file_path
9093
snapshot_file_path=tests/unit/snapshots/assert_snapshot_test_sh.test_assert_match_snapshot_with_placeholder.snapshot
9194
mkdir -p tests/unit/snapshots

0 commit comments

Comments
 (0)