Skip to content

Commit

Permalink
test(combobox): skip unstable tests (#11298)
Browse files Browse the repository at this point in the history
**Related Issue:** #11297

## Summary

- skip a11y tests
  • Loading branch information
driskull authored Jan 14, 2025
1 parent f6d76ff commit 1cc97fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ describe("calcite-combobox", () => {
`);
});

describe("accessible with item group", () => {
describe.skip("accessible with item group", () => {
accessible(html`
<calcite-combobox label="Trees" value="Trees">
<calcite-combobox-item-group label="Conifers">
Expand All @@ -150,7 +150,7 @@ describe("calcite-combobox", () => {
`);
});

describe("accessible with open selected items", () => {
describe.skip("accessible with open selected items", () => {
accessible(html`
<calcite-combobox open label="Trees" value="Trees">
<calcite-combobox-item-group label="Conifers">
Expand Down

0 comments on commit 1cc97fb

Please sign in to comment.