Skip to content

Commit

Permalink
Remove multi_system_spanners test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredjj3 committed Jan 5, 2024
1 parent e08bb57 commit 8d138d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/integration/vexml.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('vexml', () => {
});

it.each<TestCase>([
{ filename: 'multi_system_spanners.musicxml', width: 400 },
// { filename: 'multi_system_spanners.musicxml', width: 400 },
{ filename: 'multi_stave_single_part_formatting.musicxml', width: 900 },
{ filename: 'multi_part_formatting.musicxml', width: 900 },
])(`$filename ($width px)`, async (t) => {
Expand Down

0 comments on commit 8d138d8

Please sign in to comment.