Skip to content

Commit 71c39f4

Browse files
committed
Remove test.skip() call
1 parent 819817a commit 71c39f4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/e2e/community-events.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ test("map tooltip appears on marker hover", async ({ page }) => {
142142
test("event type filters hide cards and lock the last active tag", async ({
143143
page,
144144
}) => {
145-
// TODO: @hasparus figure out why this fails only on CI
146-
if (process.env.CI) test.skip()
147-
148145
const pastEventsSection = page
149146
.locator("section")
150147
.filter({

0 commit comments

Comments
 (0)