Skip to content

Commit

Permalink
Tests: Temporary disable not-stable test (#3450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Compile-Ninja committed Sep 19, 2024
1 parent dd5b29b commit f588358
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/org/prebid/server/it/PriceFloorsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.prebid.server.model.Endpoint;
Expand All @@ -30,6 +31,8 @@
import static org.prebid.server.util.IntegrationTestsUtil.jsonFrom;
import static org.prebid.server.util.IntegrationTestsUtil.responseFor;

// TODO: Investigate the root cause of unstable behavior in this class and remove the disabled state once resolved.
@Disabled
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE)
@TestPropertySource(
locations = {"test-application.properties"},
Expand Down

0 comments on commit f588358

Please sign in to comment.