Skip to content

Commit

Permalink
Add one more flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Jan 11, 2025
1 parent 8ebfc35 commit 13b63f7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ public void TestManyChildren(bool instant)
AddUntilStep("repeating schedulers removed", () => !scroll.Scheduler.HasPendingTasks);
}

// Fails once in a blue moon due to loose (but maybe-not-loose-enough) timing requirements. If we break things, it will fail every time so this is fine.
[TestCase(false)]
[TestCase(true)]
[FlakyTest]
public void TestManyChildrenFunction(bool instant)
{
AddStep("create children", () =>
Expand Down

0 comments on commit 13b63f7

Please sign in to comment.