From 6fd9839bc79a6ffe0e516e6abef3f9cdbce60dba Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Mon, 15 Jun 2026 14:48:52 +0300 Subject: [PATCH] Delete unnecessary @DisabledIfSystemProperty --- .../testing/junit/http/AbstractHttpClientTest.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/testing-common/src/main/java/io/opentelemetry/instrumentation/testing/junit/http/AbstractHttpClientTest.java b/testing-common/src/main/java/io/opentelemetry/instrumentation/testing/junit/http/AbstractHttpClientTest.java index 2ce3147cfb28..880175b736e8 100644 --- a/testing-common/src/main/java/io/opentelemetry/instrumentation/testing/junit/http/AbstractHttpClientTest.java +++ b/testing-common/src/main/java/io/opentelemetry/instrumentation/testing/junit/http/AbstractHttpClientTest.java @@ -78,7 +78,6 @@ import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.TestInstance; -import org.junit.jupiter.api.condition.DisabledIfSystemProperty; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.CsvSource; import org.junit.jupiter.params.provider.ValueSource; @@ -745,10 +744,6 @@ void readTimedOut() { } } - @DisabledIfSystemProperty( - named = "java.vm.name", - matches = ".*IBM J9 VM.*", - disabledReason = "IBM JVM has different protocol support for TLS") @Test void httpsRequest() throws Exception { assumeTrue(options.getTestRemoteConnection());