Skip to content

Commit

Permalink
fix some more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Sep 28, 2021
1 parent c4105e5 commit f298609
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ class ClassLoadingTest extends Specification {


where:
name | onTestClasspath
"io.opentelemetry.instrumentation.api.field.Java8BytecodeBridge" | true
name | onTestClasspath
"io.opentelemetry.javaagent.instrumentation.api.Java8BytecodeBridge" | true
// This test case fails on ibm j9. Perhaps this rule only applies to OpenJdk based jvms?
// "io.opentelemetry.javaagent.instrumentation.api.concurrent.State" | false
resource = name.replace(".", "/") + ".class"
Expand Down

0 comments on commit f298609

Please sign in to comment.