diff --git a/packages/react-dom/src/__tests__/ReactDOMHydrationDiff-test.js b/packages/react-dom/src/__tests__/ReactDOMHydrationDiff-test.js index f6b5a0b428a7d..1b6a412406582 100644 --- a/packages/react-dom/src/__tests__/ReactDOMHydrationDiff-test.js +++ b/packages/react-dom/src/__tests__/ReactDOMHydrationDiff-test.js @@ -727,9 +727,13 @@ describe('ReactDOMServerHydration', () => { ); } + // @TODO changes made to sending Fizz errors to client led to the insertion of templates in client rendered + // suspense boundaries. This leaks in this test becuase the client rendered suspense boundary appears like + // unhydrated tail nodes and this template is the first match. When we add special case handling for client + // rendered suspense boundaries this test will likely change again expect(testMismatch(Mismatch)).toMatchInlineSnapshot(` Array [ - "Warning: Did not expect server HTML to contain a

in

. + "Warning: Did not expect server HTML to contain a