Skip to content

Commit

Permalink
Remove redundant Jaeger integration test (#3976)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Dec 10, 2021
1 parent b051012 commit 16b4e54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 137 deletions.
8 changes: 1 addition & 7 deletions integration-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ description = "OpenTelemetry Integration Tests"
otelJava.moduleName.set("io.opentelemetry.integration.tests")

testSets {
create("testJaeger")

libraries {
create("testOtlpCommon")
}
Expand Down Expand Up @@ -53,14 +51,10 @@ dependencies {

add("testOtlpRuntimeOnly", "io.grpc:grpc-netty-shaded")
add("testOtlpRuntimeOnly", "io.grpc:grpc-stub")

add("testJaegerImplementation", project(":exporters:jaeger"))
add("testJaegerImplementation", project(":semconv"))
add("testJaegerRuntimeOnly", "io.grpc:grpc-netty-shaded")
}

tasks {
check {
dependsOn("testJaeger", "testOtlp", "testOtlpNoGrpcJava")
dependsOn("testOtlp", "testOtlpNoGrpcJava")
}
}

This file was deleted.

0 comments on commit 16b4e54

Please sign in to comment.