Skip to content

Commit 5bb0b1a

Browse files
committed
skip flaky test
1 parent ab0a18e commit 5bb0b1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev-packages/e2e-tests/test-applications/create-remix-app-v2/tests/behaviour-client.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ test('Sends a pageload transaction to Sentry', async ({ page }) => {
106106
expect(hadPageLoadTransaction).toBe(true);
107107
});
108108

109-
test('Sends a navigation transaction to Sentry', async ({ page }) => {
109+
// Skipped because of test flake
110+
test.skip('Sends a navigation transaction to Sentry', async ({ page }) => {
110111
await page.goto('/');
111112

112113
// Give pageload transaction time to finish

0 commit comments

Comments
 (0)