Skip to content

Commit 2aa67d9

Browse files
lauritAlex Kats
authored andcommitted
Add warning to discourage disabling shadow renaming (open-telemetry#12594)
1 parent 907ce50 commit 2aa67d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/contributing/debugging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ builds by adding the following to `~/.gradle/gradle.properties` before building.
6464
disableShadowRelocate=true
6565
```
6666

67+
WARNING: disabling shadow renaming will make some of the tests fail. In some cases it can also make
68+
tests pass when they really should be failing. Use with caution and be prepared for unexpected
69+
behavior.
70+
6771
## Missing GraalVM hints
6872

6973
Enable the GraalVM tracing agent:

0 commit comments

Comments
 (0)