Skip to content

Commit c26eef1

Browse files
gnoffacdlite
andauthored
Update packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js
Co-authored-by: Andrew Clark <[email protected]>
1 parent c464d6c commit c26eef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3533,7 +3533,7 @@ describe('ReactDOMFizzServer', () => {
35333533
});
35343534

35353535
// @gate experimental
3536-
fit('#24578 Hydration errors caused by a suspending component should not become recoverable when nested in an ancestor Suspense that is showing primary content', async () => {
3536+
it('#24578 Hydration errors caused by a suspending component should not become recoverable when nested in an ancestor Suspense that is showing primary content', async () => {
35373537
// this test failed before because hydration errors on the inner boundary were upgraded to recoverable by
35383538
// a codepath of the outer boundary
35393539
function App({isClient}) {

0 commit comments

Comments
 (0)