diff --git a/src/components/common/__tests__/VnInput.spec.js b/src/components/common/__tests__/VnInput.spec.js index db850f0c43b..13f9ed8042a 100644 --- a/src/components/common/__tests__/VnInput.spec.js +++ b/src/components/common/__tests__/VnInput.spec.js @@ -66,8 +66,7 @@ describe('VnInput', () => { }); /* - Verify the component's behavior before removing the .skip, as it doesn't set the maxlength - property of the input and doesn't set the value. + TODO: #8399 REDMINE */ it.skip('handleKeydown respects insertable behavior', async () => { const expectedValue = '12345';