Skip to content

Commit

Permalink
test(list): skip unstable test (#11290)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

✋🚫🧪
  • Loading branch information
jcfranco authored Jan 14, 2025
1 parent 94ab2a5 commit f50b953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ describe("calcite-list", () => {
});

describe("group filtering", () => {
it("should include groups while filtering", async () => {
it.skip("should include groups while filtering", async () => {
const page = await newE2EPage();
await page.setContent(html`
<calcite-list filter-enabled filter-placeholder="typing 'recreation' should show 1st group with all items">
Expand Down

0 comments on commit f50b953

Please sign in to comment.