Commits


Sutou Kouhei authored and GitHub committed ad136d8988f
GH-44300: [Integration][Archery] Don't import unused testers (#44301) ### Rationale for this change Some testers such as `JavaTester` may raise an exception on import when the target implementation isn't built. It stops integration test unexpectedly. ### What changes are included in this PR? Import testers only for enabled implementations. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #44300 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>