Skip to content

Commit

Permalink
Remove gate
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed May 26, 2022
1 parent e282e51 commit f171cfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-dom/src/__tests__/ReactDOMFiberAsync-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ describe('ReactDOMFiberAsync', () => {
});

// @gate enableFameEndScheduling
// @gate allowConcurrentByDefault
it('When allowConcurrentByDefault is enabled, unknown updates should not be time sliced', () => {
let setState = null;
let counterRef = null;
Expand Down Expand Up @@ -721,7 +720,6 @@ describe('ReactDOMFiberAsync', () => {
});

// @gate enableFameEndScheduling
// @gate allowConcurrentByDefault
it('When allowConcurrentByDefault is enabled, unknown updates should not be time sliced event with default first', () => {
let setState = null;
let counterRef = null;
Expand Down

0 comments on commit f171cfb

Please sign in to comment.