Skip to content

Commit 1587c49

Browse files
fix(ci): Fix #8459 (#8485)
1 parent a336b59 commit 1587c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/agent-profiling/profiling-controller/src/test/java/com/datadog/profiling/controller/TempLocationManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ void testFromConfigNotWritable() throws Exception {
8484
assertThrows(IllegalStateException.class, tempLocationManager::getTempDir);
8585
}
8686

87-
@Flaky("https://datadoghq.atlassian.net/browse/PROF-11290")
8887
@ParameterizedTest
8988
@ValueSource(strings = {"", "test1"})
9089
void testCleanup(String subPath) throws Exception {
@@ -188,6 +187,7 @@ public FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOEx
188187
assertFalse(Files.exists(fakeTempDir));
189188
}
190189

190+
@Flaky("https://datadoghq.atlassian.net/browse/PROF-11290")
191191
@ParameterizedTest
192192
@MethodSource("timeoutTestArguments")
193193
void testCleanupWithTimeout(boolean selfCleanup, boolean shouldSucceed, String section)

0 commit comments

Comments
 (0)