Skip to content

Commit bd93817

Browse files
fkgozalimeta-codesync[bot]
authored andcommitted
Re-enable two previously-skipped LayoutAnimation stress tests (#56883)
Summary: Pull Request resolved: #56883 Two parameterized `LayoutAnimationTest` stress tests have been marked `GTEST_SKIP()` since early 2024, when the default Yoga `position` was switched from `absolute` to `relative`. The skip was added as a temporary measure while the test expectations diverged from the new default. The underlying issue appears to have been resolved by subsequent work on the layout differ / mounting pipeline. Changelog: [Internal] Differential Revision: D105661336 fbshipit-source-id: 7b0a89c6e7b24b903a6a792d8e82b3aee8d94bd6
1 parent 7730899 commit bd93817

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/react-native/ReactCommon/react/renderer/animations/tests/LayoutAnimationTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ TEST(
493493
TEST(
494494
LayoutAnimationTest,
495495
stableSmallerTreeFewRepeatsFewStages_Overlapping_ManyConflicts_597132284) {
496-
GTEST_SKIP();
497496
testShadowNodeTreeLifeCycleLayoutAnimations(
498497
/* seed */ 597132284,
499498
/* size */ 128,
@@ -514,7 +513,6 @@ TEST(
514513
TEST(
515514
LayoutAnimationTest,
516515
stableBiggerTreeFewRepeatsManyStages_Overlapping_ManyConflicts_2029343357) {
517-
GTEST_SKIP();
518516
testShadowNodeTreeLifeCycleLayoutAnimations(
519517
/* seed */ 2029343357,
520518
/* size */ 512,

0 commit comments

Comments
 (0)