Skip to content

Commit e1ad345

Browse files
authored
Delete unnecessary @DisabledIfSystemProperty (#18999)
1 parent a170a10 commit e1ad345

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

testing-common/src/main/java/io/opentelemetry/instrumentation/testing/junit/http/AbstractHttpClientTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
import org.junit.jupiter.api.BeforeEach;
7979
import org.junit.jupiter.api.Test;
8080
import org.junit.jupiter.api.TestInstance;
81-
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
8281
import org.junit.jupiter.params.ParameterizedTest;
8382
import org.junit.jupiter.params.provider.CsvSource;
8483
import org.junit.jupiter.params.provider.ValueSource;
@@ -745,10 +744,6 @@ void readTimedOut() {
745744
}
746745
}
747746

748-
@DisabledIfSystemProperty(
749-
named = "java.vm.name",
750-
matches = ".*IBM J9 VM.*",
751-
disabledReason = "IBM JVM has different protocol support for TLS")
752747
@Test
753748
void httpsRequest() throws Exception {
754749
assumeTrue(options.getTestRemoteConnection());

0 commit comments

Comments
 (0)