diff --git a/scripts/fiber/tests-passing.txt b/scripts/fiber/tests-passing.txt index 072fe05988..faa85d2c13 100644 --- a/scripts/fiber/tests-passing.txt +++ b/scripts/fiber/tests-passing.txt @@ -607,6 +607,7 @@ src/renderers/__tests__/ReactCompositeComponentState-test.js * should batch unmounts * should update state when called from child cWRP * should merge state when sCU returns false +* should treat assigning to this.state inside cWRP as a replaceState, with a warning src/renderers/__tests__/ReactEmptyComponent-test.js * should not produce child DOM nodes for null and false