Skip to content

Commit

Permalink
test(input-time-picker): skip unstable test (#10245)
Browse files Browse the repository at this point in the history
**Related Issue:** #10227

## Summary

Re-skip unstable test (see #10226).

Unfortunately, #10228
didn't stabilize this test.
  • Loading branch information
jcfranco authored and benelan committed Sep 9, 2024
1 parent ca1fbc1 commit 343171f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ describe("calcite-input-time-picker", () => {

describe("openClose", () => {
openClose("calcite-input-time-picker");
openClose.initial("calcite-input-time-picker");

describe.skip("initially open", () => {
openClose.initial("calcite-input-time-picker");
});
});

it("when set to readOnly, element still focusable but won't display the controls or allow for changing the value", async () => {
Expand Down

0 comments on commit 343171f

Please sign in to comment.