We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ea7a5 commit b31ced5Copy full SHA for b31ced5
1 file changed
apps/heureka/src/components/common/Filters/index.test.tsx
@@ -69,7 +69,7 @@ describe("Filters", () => {
69
)
70
})
71
72
- it("should select filter and filter value", async () => {
+ it.skip("should select filter and filter value", async () => {
73
const onFilterChangeSpy = vi.fn()
74
const { user } = renderShell({ filters, filterSettings, onFilterChange: onFilterChangeSpy })
75
0 commit comments