Skip to content

Commit 5fe7487

Browse files
committed
test tmp
1 parent d730263 commit 5fe7487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-reconciler/src/__tests__/ReactTransitionTracing-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ describe('ReactInteractionTracing', () => {
160160
return Promise.resolve().then(() => {});
161161
}
162162

163+
// @gate enableTransitionTracing
163164
it('should correctly trace basic interaction', async () => {
164165
const transitionCallbacks = {
165166
onTransitionStart: (name, startTime) => {
@@ -211,6 +212,7 @@ describe('ReactInteractionTracing', () => {
211212
});
212213
});
213214

215+
// @gate enableTransitionTracing
214216
it('should correctly trace interactions for async roots', async () => {
215217
const transitionCallbacks = {
216218
onTransitionStart: (name, startTime) => {

0 commit comments

Comments
 (0)