Skip to content

Commit caec176

Browse files
committed
remove isIndyModule override
1 parent 665be30 commit caec176

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

instrumentation/nocode/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/nocode/NocodeInstrumentationModule.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,4 @@ public List<TypeInstrumentation> typeInstrumentations() {
4141
public int order() {
4242
return Integer.MAX_VALUE;
4343
}
44-
45-
@Override
46-
public boolean isIndyModule() {
47-
// FIXME not sure why the indy tests are failing (and only on some jvm versions)
48-
return false;
49-
}
5044
}

0 commit comments

Comments
 (0)