Skip to content

Commit

Permalink
test(combobox): skip unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Jan 14, 2025
1 parent f50b953 commit 4328dd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe("calcite-combobox", () => {
hidden("calcite-combobox");
});

describe("accessible", () => {
describe.skip("accessible", () => {
accessible(html`
<calcite-combobox label="Trees" value="Trees">
<calcite-combobox-item value="Pine" text-label="Pine"></calcite-combobox-item>
Expand Down

0 comments on commit 4328dd0

Please sign in to comment.