Skip to content

Commit 7bfec89

Browse files
vzaidmanfacebook-github-bot
authored andcommitted
temporary disable perf monitor to fix tests (#53209)
Summary: Pull Request resolved: #53209 Changelog: Internal Reviewed By: sammy-SC Differential Revision: D80000286 fbshipit-source-id: 899cd5e6b193957579e61af65cf8177cd1666473
1 parent 65974e9 commit 7bfec89

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/react-native/ReactCommon/jsinspector-modern/InspectorFlags.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ bool InspectorFlags::getNetworkInspectionEnabled() const {
3434
}
3535

3636
bool InspectorFlags::getPerfMonitorV2Enabled() const {
37-
return loadFlagsAndAssertUnchanged().perfMonitorV2Enabled;
37+
// loadFlagsAndAssertUnchanged().perfMonitorV2Enabled
38+
// disabling the feature for now while tests are failing
39+
// instead of reverting the whole feature
40+
return false;
3841
}
3942

4043
void InspectorFlags::dangerouslyResetFlags() {

0 commit comments

Comments
 (0)