Skip to content

Commit 8e32061

Browse files
committed
fix
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent a5cd1a7 commit 8e32061

File tree

1 file changed

+0
-2
lines changed
  • integration-tests/it-spring-boot-smoke-test/src/test/java/io/prometheus/metrics/it/springboot

1 file changed

+0
-2
lines changed

integration-tests/it-spring-boot-smoke-test/src/test/java/io/prometheus/metrics/it/springboot/ApplicationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
import java.util.List;
1010
import java.util.Optional;
1111
import org.junit.jupiter.api.Test;
12-
import org.springframework.boot.test.autoconfigure.actuate.observability.AutoConfigureObservability;
1312
import org.springframework.boot.test.context.SpringBootTest;
1413

1514
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
16-
@AutoConfigureObservability
1715
class ApplicationTest {
1816
@Test
1917
public void testPrometheusProtobufFormat() throws IOException {

0 commit comments

Comments
 (0)