Skip to content

Commit d74b7bd

Browse files
committed
gate test case as experimental
1 parent 6f71944 commit d74b7bd

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
@@ -2387,7 +2387,7 @@ describe('ReactDOMFizzServer', () => {
23872387
]);
23882388
});
23892389

2390-
// @gate enableServerContext
2390+
// @gate enableServerContext && experimental
23912391
it('supports ServerContext', async () => {
23922392
const {getOrCreateServerContext} = require('react/src/ReactServerContext');
23932393
const ServerContext = getOrCreateServerContext('ServerContext');

0 commit comments

Comments
 (0)