Skip to content

Commit 07a2eee

Browse files
committed
drop extra flag gates in tests
1 parent 945352e commit 07a2eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2842,7 +2842,7 @@ describe('ReactDOMFizzServer', () => {
28422842
});
28432843
});
28442844

2845-
// @gate experimental && enableClientRenderFallbackOnTextMismatch && enableClientRenderFallbackOnHydrationMismatch
2845+
// @gate experimental && enableClientRenderFallbackOnTextMismatch
28462846
it('#24384: Suspending should halt hydration warnings while still allowing siblings to warm up', async () => {
28472847
const makeApp = () => {
28482848
let resolve, resolved;
@@ -2932,7 +2932,7 @@ describe('ReactDOMFizzServer', () => {
29322932
expect(Scheduler).toFlushAndYield([]);
29332933
});
29342934

2935-
// @gate experimental && enableClientRenderFallbackOnTextMismatch && enableClientRenderFallbackOnHydrationMismatch
2935+
// @gate experimental && enableClientRenderFallbackOnTextMismatch
29362936
it('only warns once on hydration mismatch while within a suspense boundary', async () => {
29372937
const originalConsoleError = console.error;
29382938
const mockError = jest.fn();

0 commit comments

Comments
 (0)