Skip to content

Commit

Permalink
disable failing Differentiator test
Browse files Browse the repository at this point in the history
Summary:
changelog: [internal]

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

Reviewed By: javache

Differential Revision: D68709385
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Jan 27, 2025
1 parent f282baa commit e68bc3a
Showing 1 changed file with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e68bc3a

Please sign in to comment.