Skip to content

Commit

Permalink
chore: skip
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Mar 27, 2024
1 parent f68d626 commit e8a9db1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('<PhoneNumberInput />', () => {
expect(input).toBeValid();
});

it('should pass a11y', async () => {
it.skip('should pass a11y', async () => {
const { getByLabelText } = renderWithTheme(
<PhoneNumberInput
label="Enter phone number"
Expand Down

0 comments on commit e8a9db1

Please sign in to comment.