mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
a08a6c9adc
commit
6acd541f94
+11
-9
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user