Skip to content

Commit

Permalink
Check input multiple reg array 1 unit test skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartina committed Jun 18, 2024
1 parent 5d5bf89 commit 79a4adc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 79a4adc

Please sign in to comment.