Skip to content

Commit

Permalink
Run DebugTracing tests in the *other* variant so it's no on for new r…
Browse files Browse the repository at this point in the history
…econciler
  • Loading branch information
sebmarkbage committed Apr 22, 2020
1 parent 5656641 commit 1858929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.www-dynamic.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const disableInputAttributeSyncing = __VARIANT__;
export const enableFilterEmptyStringAttributesDOM = __VARIANT__;
export const enableModernEventSystem = __VARIANT__;
export const enableLegacyFBSupport = __VARIANT__;
export const enableDebugTracing = __VARIANT__;
export const enableDebugTracing = !__VARIANT__;

// These are already tested in both modes using the build type dimension,
// so we don't need to use __VARIANT__ to get extra coverage.
Expand Down

0 comments on commit 1858929

Please sign in to comment.