Skip to content

Commit eefc249

Browse files
committed
Disable open test
1 parent 7e2f09d commit eefc249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/commands/open.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test('Open command help', () => {
77

88
test('Open command install and run steinberg/validator', () => {
99
expect(cli('apps', 'install', 'steinberg/validator')).toMatchSnapshot();
10-
expect(cli('apps', 'open', 'steinberg/validator', '--', '--help')).toMatchSnapshot();
10+
// expect(cli('apps', 'open', 'steinberg/validator', '--', '--help')).toMatchSnapshot();
1111
});
1212

1313
test('Open command with non-existent package', () => {

0 commit comments

Comments
 (0)