Skip to content

Commit

Permalink
ACS-8120: remove problematic logging config
Browse files Browse the repository at this point in the history
  • Loading branch information
krdabrowski committed Jun 20, 2024
1 parent 2c90ec2 commit 4ba36e4
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@

import static org.assertj.core.api.Assertions.assertThat;

import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.core.config.Configurator;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.testcontainers.containers.GenericContainer;
import org.testcontainers.containers.Network;
Expand Down Expand Up @@ -59,12 +56,6 @@ public class PredictionApplierExtensionIntegrationTest

AspectsClient aspectsClient = new AspectsClient(repository.getHost(), repository.getPort(), TIMEOUT_SECONDS);

@BeforeAll
static void beforeAll()
{
Configurator.setAllLevels("", Level.INFO);
}

@Test
void testHxIModelInstallation()
{
Expand Down

0 comments on commit 4ba36e4

Please sign in to comment.