Skip to content

Commit ca66bc7

Browse files
Skip suite without tests to suppress error
1 parent 04e4043 commit ca66bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/ihex.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ describe('Test parseRecord() for standard records', () => {
311311
// TODO: Add tests for parsing BlockStart records
312312
});
313313

314-
describe('Test parseRecord() for custom records', () => {
314+
describe.skip('Test parseRecord() for custom records', () => {
315315
// TODO: Add tests for parsing BlockStart records
316316
// TODO: Add tests for parsing BlockEnd records
317317
// TODO: Add tests for parsing PaddedData records

0 commit comments

Comments
 (0)