Skip to content

Commit

Permalink
Remove commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 28, 2024
1 parent f4d4d9d commit d11c120
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,58 +27,6 @@ sh_binary(
],
)

# DIR_NAMES = [
# "bzlmod",
# "grpc_example",
# "grpc_package_example",
# "simple",
# ]

# [
# bazel_integration_tests(
# name = dir_name + "_test",
# timeout = "eternal",
# bazel_binaries = bazel_binaries,
# bazel_versions = bazel_binaries.versions.all,
# tags = integration_test_utils.DEFAULT_INTEGRATION_TEST_TAGS + [
# # Avoid file permssion error when using disk and repository cache after
# # 7.0.0rc2 upgrade.
# # https://github.com/bazelbuild/bazel/issues/19908
# "no-sandbox",
# ],
# test_runner = ":test_runner",
# workspace_files = integration_test_utils.glob_workspace_files(dir_name) + [
# "//:runtime_files",
# ],
# workspace_path = dir_name,
# )
# for dir_name in DIR_NAMES
# ]

# test_suite(
# name = "smoke_integration_tests",
# tags = integration_test_utils.DEFAULT_INTEGRATION_TEST_TAGS,
# tests = lists.flatten([
# integration_test_utils.bazel_integration_test_names(
# dir_name + "_test",
# versions = bazel_binaries.versions.all,
# )
# for dir_name in DIR_NAMES
# ]),
# visibility = ["//:__subpackages__"],
# )

# test_suite(
# name = "all_integration_tests",
# # If you don't apply the test tags to the test suite, the test suite will
# # be found when `bazel test //...` is executed.
# tags = integration_test_utils.DEFAULT_INTEGRATION_TEST_TAGS,
# tests = [
# ":smoke_integration_tests",
# ],
# visibility = ["//:__subpackages__"],
# )

[
example_infos.bazel_integration_test(ei)
for ei in example_infos.all
Expand Down

0 comments on commit d11c120

Please sign in to comment.