Skip to content

Commit

Permalink
Disable check in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
comius committed Sep 22, 2022
1 parent 59dfed4 commit cbd6873
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ public final void useConfiguration(String... args) throws Exception {
optionsParser.parse(TestConstants.PRODUCT_SPECIFIC_FLAGS);
}
optionsParser.parse(args);
optionsParser.parse("--noincompatible_stop_exporting_language_modules");

buildOptions =
BuildOptions.of(ruleClassProvider.getFragmentRegistry().getOptionsClasses(), optionsParser);
Expand Down

0 comments on commit cbd6873

Please sign in to comment.