Skip to content

Commit bef9bdc

Browse files
committed
fix(tests): Skip dependency on music search and download
- Skip the dependency on music search and download in the MusicCommandTest - Commented out the dependent test case
1 parent 6f8a567 commit bef9bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/MusicCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@
4343
->not->toBeEmpty();
4444
})
4545
->group(__DIR__, __FILE__)
46-
->depends('it can search and download music')
46+
// ->depends('it can search and download music')
4747
->skip(PHP_OS_FAMILY !== 'Darwin');

0 commit comments

Comments
 (0)