Skip to content

Commit

Permalink
test(input): Skip unstable test. #3257 (#3258)
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull authored Oct 14, 2021
1 parent eb57968 commit 7061d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calcite-input/calcite-input.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ describe("calcite-input", () => {
expect(calciteInputInput).toHaveReceivedEventTimes(2);
});

it("allows any valid number", async () => {
it.skip("allows any valid number", async () => {
const page = await newE2EPage({
html: `
<calcite-input type="number"></calcite-input>
Expand Down

0 comments on commit 7061d02

Please sign in to comment.