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 1aa8af6
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 @@ -414,7 +414,7 @@ describe('ReactDOMFizzStaticBrowser', () => {
expect(errors).toEqual(['foobar', 'foobar']);
});

// @gate experimental
// @gate enablePostpone
it('supports custom abort reasons with an Error', async () => {
const promise = new Promise(r => {});
function Wait() {
Expand Down 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

0 comments on commit 1aa8af6

Please sign in to comment.