Skip to content

Commit 660be95

Browse files
committed
gates
1 parent 370d1d7 commit 660be95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3485,6 +3485,7 @@ describe('ReactDOMFloat', () => {
34853485
});
34863486

34873487
describe('escaping', () => {
3488+
// @gate enableFloat
34883489
it('escapes hrefs when selecting matching elements in the document when rendering Resources', async () => {
34893490
await actIntoEmptyDocument(() => {
34903491
const {pipe} = ReactDOMFizzServer.renderToPipeableStream(
@@ -3538,6 +3539,8 @@ describe('ReactDOMFloat', () => {
35383539
</html>,
35393540
);
35403541
});
3542+
3543+
// @gate enableFloat
35413544
it('escapes hrefs when selecting matching elements in the document when using preload and preinit', async () => {
35423545
await actIntoEmptyDocument(() => {
35433546
const {pipe} = ReactDOMFizzServer.renderToPipeableStream(

0 commit comments

Comments
 (0)