Disable reactor 3.5 latest dep tests (#7119)
Continuation of https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7106
This commit is contained in:
parent
d6010b2976
commit
c1eea368ac
|
@ -35,6 +35,9 @@ dependencies {
|
|||
testImplementation(project(":instrumentation:reactor:reactor-3.1:testing"))
|
||||
testImplementation(project(":instrumentation-annotations"))
|
||||
testImplementation("io.opentelemetry:opentelemetry-extension-annotations")
|
||||
|
||||
latestDepTestLibrary("io.projectreactor:reactor-core:3.4.+")
|
||||
latestDepTestLibrary("io.projectreactor:reactor-test:3.4.+")
|
||||
}
|
||||
|
||||
testing {
|
||||
|
|
|
@ -8,4 +8,7 @@ dependencies {
|
|||
testLibrary("io.projectreactor:reactor-test:3.1.0.RELEASE")
|
||||
|
||||
testImplementation(project(":instrumentation:reactor:reactor-3.1:testing"))
|
||||
|
||||
latestDepTestLibrary("io.projectreactor:reactor-core:3.4.+")
|
||||
latestDepTestLibrary("io.projectreactor:reactor-test:3.4.+")
|
||||
}
|
||||
|
|
|
@ -37,6 +37,9 @@ dependencies {
|
|||
|
||||
testLibrary("io.projectreactor:reactor-test:3.1.0.RELEASE")
|
||||
testImplementation(project(":instrumentation-annotations"))
|
||||
|
||||
latestDepTestLibrary("io.projectreactor:reactor-core:3.4.+")
|
||||
latestDepTestLibrary("io.projectreactor.netty:reactor-netty-http:1.0.+")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
|
Loading…
Reference in New Issue