diff --git a/scripts/fiber/tests-passing.txt b/scripts/fiber/tests-passing.txt index c763f784ea..c18c1d67f5 100644 --- a/scripts/fiber/tests-passing.txt +++ b/scripts/fiber/tests-passing.txt @@ -821,6 +821,8 @@ src/renderers/shared/fiber/__tests__/ReactIncremental-test.js * merges and masks context * does not leak own context into context provider * provides context when reusing work +* reads context when setState is below the provider +* reads context when setState is above the provider src/renderers/shared/fiber/__tests__/ReactIncrementalErrorHandling-test.js * catches render error in a boundary during mounting