Skip to content

Commit b31ced5

Browse files
authored
test(heureka): skip test that randomly times out (#1099)
1 parent f4ea7a5 commit b31ced5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/heureka/src/components/common/Filters/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe("Filters", () => {
6969
)
7070
})
7171

72-
it("should select filter and filter value", async () => {
72+
it.skip("should select filter and filter value", async () => {
7373
const onFilterChangeSpy = vi.fn()
7474
const { user } = renderShell({ filters, filterSettings, onFilterChange: onFilterChangeSpy })
7575

0 commit comments

Comments
 (0)