Skip to content

Commit d62e5d9

Browse files
committed
test: skip flaky command-staged-with-config snap test on macOS (#1080)
1 parent f251ba9 commit d62e5d9

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/snap-tests-global/command-staged-with-config

1 file changed

+1
-1
lines changed

packages/cli/snap-tests-global/command-staged-with-config/steps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ignoredPlatforms": ["win32"],
2+
"ignoredPlatforms": ["win32", "darwin"],
33
"commands": [
44
{ "command": "git init", "ignoreOutput": true },
55
{ "command": "git add -A && git commit -m 'init'", "ignoreOutput": true },

0 commit comments

Comments
 (0)