Skip to content

Commit e4453f2

Browse files
committed
skip location test in svelte for now
1 parent 0a48649 commit e4453f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/manual-visits.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ test('visits a different page', async ({ page }) => {
1010
})
1111

1212
test('can make a location visit', async ({ page }) => {
13+
test.skip(process.env.PACKAGE === 'svelte', 'Skipping for now until we diagnose')
14+
1315
pageLoads.watch(page, 2)
1416
await page.goto('/visits/location')
1517
await clickAndWaitForResponse(page, 'Location visit', 'dump/get')

0 commit comments

Comments
 (0)