Skip to content

Commit ce39de9

Browse files
author
Jack Pope
committed
Fix ReactSuspenseWithNoopRenderer-test
1 parent 7e7fdd0 commit ce39de9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react-reconciler/src/__tests__/ReactSuspenseWithNoopRenderer-test.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -3506,7 +3506,6 @@ describe('ReactSuspenseWithNoopRenderer', () => {
35063506
});
35073507

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

@@ -3573,10 +3572,9 @@ describe('ReactSuspenseWithNoopRenderer', () => {
35733572
});
35743573

35753574
await waitFor([
3576-
'B',
35773575
'Suspend! [A1]',
35783576
'Loading...',
3579-
3577+
'B',
35803578
'Suspend! [A2]',
35813579
'Loading...',
35823580
'Suspend! [B2]',

0 commit comments

Comments
 (0)