We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4a769 commit 0ceac29Copy full SHA for 0ceac29
static/app/views/issueDetails/groupReplays/groupReplays.spec.tsx
@@ -524,7 +524,9 @@ describe('GroupReplays', () => {
524
expect(screen.getByText('See Full Replay')).toBeInTheDocument();
525
});
526
527
- it('Should switch replays when clicking and replay-play-from-replay-tab is enabled', async () => {
+ // Test seems to be flaky
528
+ // eslint-disable-next-line jest/no-disabled-tests
529
+ it.skip('Should switch replays when clicking and replay-play-from-replay-tab is enabled', async () => {
530
({router, organization, routerContext} = init({
531
organizationProps: {features: ['replay-play-from-replay-tab', 'session-replay']},
532
}));
0 commit comments