From 3769c18aaa1071ab3fe222b396db67b0d6f28e14 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 30 Aug 2024 08:41:43 -0400 Subject: [PATCH] Fix flaky FileUtilsWaitForTest.testWaitForNegativeDuration() --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 518e508ec..09d4c6aa2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,7 @@ The type attribute can be add,update,fix,remove. + Fix flaky FileUtilsWaitForTest.testWaitForNegativeDuration(). Bump org.apache.commons:commons-parent from 73 to 74 #1267.