Skip to content

Commit f171cfb

Browse files
committed
Remove gate
1 parent e282e51 commit f171cfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,6 @@ describe('ReactDOMFiberAsync', () => {
692692
});
693693

694694
// @gate enableFameEndScheduling
695-
// @gate allowConcurrentByDefault
696695
it('When allowConcurrentByDefault is enabled, unknown updates should not be time sliced', () => {
697696
let setState = null;
698697
let counterRef = null;
@@ -721,7 +720,6 @@ describe('ReactDOMFiberAsync', () => {
721720
});
722721

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

0 commit comments

Comments
 (0)