From 5214b0db4c3808bd487b1e5d053dc1fdfb046eae Mon Sep 17 00:00:00 2001 From: levBagryansky <28lev11@gmail.com> Date: Mon, 29 Apr 2024 13:52:17 +0300 Subject: [PATCH] #2827: Enabled --- .../test/java/org/eolang/maven/hash/CommitHashesTextTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eo-maven-plugin/src/test/java/org/eolang/maven/hash/CommitHashesTextTest.java b/eo-maven-plugin/src/test/java/org/eolang/maven/hash/CommitHashesTextTest.java index 26e48ce87b..fe468812fc 100644 --- a/eo-maven-plugin/src/test/java/org/eolang/maven/hash/CommitHashesTextTest.java +++ b/eo-maven-plugin/src/test/java/org/eolang/maven/hash/CommitHashesTextTest.java @@ -38,7 +38,7 @@ * Test case for {@link CommitHashesText}. * * @since 0.37.0 - * @todo #3122:60min Enable the test CommitHashesTextTest#isThreadSafe + * @todo #3122:60min Add "Reload" to the test CommitHashesTextTest#isThreadSafe * when issue about "Reload" annotation will be solved. * We need to reinitialize some static fields of the class * before the test will be executed. @@ -55,7 +55,6 @@ void downloadsDefaultList() throws Exception { ); } - @Disabled @Test void isThreadSafe() { final int threads = 200;