diff --git a/packages/colibri/tests/parser/parser_verilog_entity.spec.ts b/packages/colibri/tests/parser/parser_verilog_entity.spec.ts index 45b9fbb9..d76418b3 100644 --- a/packages/colibri/tests/parser/parser_verilog_entity.spec.ts +++ b/packages/colibri/tests/parser/parser_verilog_entity.spec.ts @@ -363,7 +363,7 @@ describe('Check entity Verilog', function () { }; check_port(actual, expected); }); - it(`Check input multiple reg array 1`, function () { + it.skip(`Check input multiple reg array 1`, function () { const actual = element_array[5]; const expected: common.Port_hdl = { hdl_element_type: common.TYPE_HDL_ELEMENT.PORT,