Skip to content

Commit 03d587b

Browse files
rickhanloniiAndyPengc12
authored andcommitted
Remove duplicate dynamic scheduler flags (facebook#28100)
These were made dynamic again in facebook#27919, and already have the dynamic flags set. It's a bummer to push this around, we should come up with a better way.
1 parent 4175f82 commit 03d587b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/jest/setupTests.www.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jest.mock('scheduler/src/SchedulerFeatureFlags', () => {
3030

3131
// These flags are not a dynamic on www, but we still want to run
3232
// tests in both versions.
33-
actual.enableIsInputPending = __VARIANT__;
34-
actual.enableIsInputPendingContinuous = __VARIANT__;
35-
actual.enableProfiling = __VARIANT__;
3633
actual.enableSchedulerDebugging = __VARIANT__;
3734

3835
return actual;

0 commit comments

Comments
 (0)