Skip to content

Commit a428f85

Browse files
authored
test(solidstart): Skip flaky test for now (#13505)
This just skips a flaky E2E solidstart test. It is not a super critical test, so I'd skip this for now until we have time to investigate the flakiness - e.g. see https://github.com/getsentry/sentry-javascript/actions/runs/10596825068/job/29365892465
1 parent 6479e88 commit a428f85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev-packages/e2e-tests/test-applications/solidstart/tests/performance.client.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ test('sends a navigation transaction', async ({ page }) => {
4646
});
4747
});
4848

49-
test('updates the transaction when using the back button', async ({ page }) => {
49+
// TODO: This test is flaky as of now, so disabling it.
50+
// It often just times out on CI
51+
test.skip('updates the transaction when using the back button', async ({ page }) => {
5052
// Solid Router sends a `-1` navigation when using the back button.
5153
// The sentry solidRouterBrowserTracingIntegration tries to update such
5254
// transactions with the proper name once the `useLocation` hook triggers.

0 commit comments

Comments
 (0)