Skip to content

Commit

Permalink
test: Skip symbolic test in FileListSymbolicTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Nov 21, 2024
1 parent c22f3f8 commit e3ad638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FileListSymbolicTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
$list = FileList::make(PATH_SYMBOLIC)->run();

expect($list->getFiles())->toHaveCount(7);
});
})->skip('Skip symbolic test');

0 comments on commit e3ad638

Please sign in to comment.