disable failing Differentiator test (#48973)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/48973

changelog: [internal]

This test is broken, let's disable it until it is fixed.

Reviewed By: javache

Differential Revision: D68709385

fbshipit-source-id: f61b287ad7ef921dd26fa290cc7a484d0b550091
This commit is contained in:
Samuel Susla
2025-01-27 10:24:20 -08:00
committed by Facebook GitHub Bot
parent a08a6c9adc
commit 6acd541f94
@@ -387,15 +387,17 @@ TEST(
}
// failing test case found 4-25-2021
TEST(
ShadowTreeLifecycleTest,
unstableSmallerTreeMoreIterationsExtensiveFlatteningUnflattening_1167342011) {
testShadowNodeTreeLifeCycleExtensiveFlatteningUnflattening(
/* seed */ 1167342011,
/* size */ 32,
/* repeats */ 512,
/* stages */ 32);
}
// TODO: T213669056
// TEST(
// ShadowTreeLifecycleTest,
// unstableSmallerTreeMoreIterationsExtensiveFlatteningUnflattening_1167342011)
// {
// testShadowNodeTreeLifeCycleExtensiveFlatteningUnflattening(
// /* seed */ 1167342011,
// /* size */ 32,
// /* repeats */ 512,
// /* stages */ 32);
// }
// You may uncomment this - locally only! - to generate failing seeds.
// TEST(