Skip to content

Commit d4e3dd7

Browse files
rickhanloniigaearon
authored andcommitted
Remove duplicate dynamic scheduler flags (#28100)
These were made dynamic again in #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 678b4d3 commit d4e3dd7

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)