Skip to content

Commit 3f002fb

Browse files
authored
Merge branch 'develop' into feat/add-devcontainer
2 parents d0aa570 + a428f85 commit 3f002fb

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)