Skip to content

Commit

Permalink
#2827: Enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 29, 2024
1 parent d841ce7 commit 5214b0d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -55,7 +55,6 @@ void downloadsDefaultList() throws Exception {
);
}

@Disabled
@Test
void isThreadSafe() {
final int threads = 200;
Expand Down

0 comments on commit 5214b0d

Please sign in to comment.