From f0879a1bca4e365c201a321fd56de57edb20ff7a Mon Sep 17 00:00:00 2001 From: "sentry-junior[bot]" <264270552+sentry-junior[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 21:32:51 +0000 Subject: [PATCH] test(trace-view): Skip flaky attribute pinning test Co-Authored-By: Billy Vong --- static/app/views/performance/newTraceDetails/trace.spec.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/app/views/performance/newTraceDetails/trace.spec.tsx b/static/app/views/performance/newTraceDetails/trace.spec.tsx index 3dda25edddc8..71c88df6e419 100644 --- a/static/app/views/performance/newTraceDetails/trace.spec.tsx +++ b/static/app/views/performance/newTraceDetails/trace.spec.tsx @@ -1233,7 +1233,9 @@ describe('trace view', () => { expect(router.location.query.pinnedAttribute).toBe('custom.region'); }); - it('preserves pinned child values, selection and zoom when expanding an EAP parent', async () => { + // Flaky test, blocking deploys + // eslint-disable-next-line jest/no-disabled-tests + it.skip('preserves pinned child values, selection and zoom when expanding an EAP parent', async () => { const {renderTrace, root, traceRequest} = setupPinnedTrace(); const attributeRequest = MockApiClient.addMockResponse({ url: '/organizations/org-slug/events/',