Skip to content

Commit

Permalink
Remove gating
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Mar 3, 2021
1 parent de147c4 commit 24beceb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/__tests__/ReactDOMTracing-test.internal.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ describe('ReactDOMTracing', () => {
});

// @gate experimental
// @gate enableNativeEventPriorityInference
it('should properly trace interactions when there is work of interleaved priorities', () => {
const Child = () => {
Scheduler.unstable_yieldValue('Child');
Expand Down Expand Up @@ -550,7 +549,6 @@ describe('ReactDOMTracing', () => {
});

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

0 comments on commit 24beceb

Please sign in to comment.