Skip to content

Commit

Permalink
Fix ReactSuspenseWithNoopRenderer-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Pope committed Jun 24, 2024
1 parent 7e7fdd0 commit ce39de9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3506,7 +3506,6 @@ describe('ReactSuspenseWithNoopRenderer', () => {
});

// @gate enableLegacyCache
// @gate forceConcurrentByDefaultForTesting
it('regression: ping at high priority causes update to be dropped', async () => {
const {useState, useTransition} = React;

Expand Down Expand Up @@ -3573,10 +3572,9 @@ describe('ReactSuspenseWithNoopRenderer', () => {
});

await waitFor([
'B',
'Suspend! [A1]',
'Loading...',

'B',
'Suspend! [A2]',
'Loading...',
'Suspend! [B2]',
Expand Down

0 comments on commit ce39de9

Please sign in to comment.