Skip to content

Commit 24beceb

Browse files
committed
Remove gating
1 parent de147c4 commit 24beceb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react/src/__tests__/ReactDOMTracing-test.internal.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ describe('ReactDOMTracing', () => {
428428
});
429429

430430
// @gate experimental
431-
// @gate enableNativeEventPriorityInference
432431
it('should properly trace interactions when there is work of interleaved priorities', () => {
433432
const Child = () => {
434433
Scheduler.unstable_yieldValue('Child');
@@ -550,7 +549,6 @@ describe('ReactDOMTracing', () => {
550549
});
551550

552551
// @gate experimental
553-
// @gate enableNativeEventPriorityInference
554552
it('should properly trace interactions through a multi-pass SuspenseList render', () => {
555553
const SuspenseList = React.SuspenseList;
556554
const Suspense = React.Suspense;

0 commit comments

Comments
 (0)