Skip to content

Commit

Permalink
troubleshoot test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Jan 14, 2024
1 parent 4e17946 commit bb05a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/ru/r2cloud/it/util/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public abstract class BaseTest {

@Before
public void start() throws Exception {
LogManager.getLogManager().reset();
// LogManager.getLogManager().reset();
tempDirectory = new File(tempFolder.getRoot(), "tmp");
if (!tempDirectory.mkdirs()) {
throw new RuntimeException("unable to create temp dir: " + tempDirectory.getAbsolutePath());
Expand Down

0 comments on commit bb05a9a

Please sign in to comment.