diff --git a/tests/core/transition/hermeticity_test.go b/tests/core/transition/hermeticity_test.go index 2e427e02a0..499a27053e 100644 --- a/tests/core/transition/hermeticity_test.go +++ b/tests/core/transition/hermeticity_test.go @@ -27,6 +27,10 @@ import ( func TestMain(m *testing.M) { bazel_testing.TestMain(m, bazel_testing.Args{ Main: ` +-- .bazelrc -- +# TODO: Remove this once https://github.com/bazelbuild/bazel/issues/19823 is fixed at HEAD. +common --noexperimental_enable_bzlmod +common --noincompatible_enable_cc_toolchain_resolution -- BUILD.bazel -- load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test") load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")