Skip to content

Commit

Permalink
Gate test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Aug 31, 2023
1 parent 019dd90 commit 7733a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6193,7 +6193,7 @@ describe('ReactDOMFizzServer', () => {
},
);

// @gate experimental
// @gate enablePostpone
it('supports postponing in prerender and resuming later', async () => {
let prerendering = true;
function Postpone() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ describe('ReactDOMFizzStaticBrowser', () => {
expect(errors).toEqual(['uh oh', 'uh oh']);
});

// @gate experimental
// @gate enablePostpone
it('supports postponing in prerender and resuming later', async () => {
let prerendering = true;
function Postpone() {
Expand Down Expand Up @@ -493,7 +493,7 @@ describe('ReactDOMFizzStaticBrowser', () => {
// TODO: expect(getVisibleChildren(container)).toEqual(<div>Hello</div>);
});

// @gate experimental
// @gate enablePostpone
it('only emits end tags once when resuming', async () => {
let prerendering = true;
function Postpone() {
Expand Down

0 comments on commit 7733a15

Please sign in to comment.