Skip to content

Commit b2435b4

Browse files
committed
remove bazel 6 test runner
1 parent 1af5bba commit b2435b4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/integration/integration_test.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ def _test_runner(*, name, bazel_version, py_main, bzlmod, gazelle_plugin):
3535
)
3636
return test_runner
3737

38-
if bazel_version.startswith("6") and not bzlmod:
39-
if gazelle_plugin:
40-
return "//tests/integration:bazel_6_4_workspace_test_runner_gazelle_plugin"
41-
else:
42-
return "//tests/integration:bazel_6_4_workspace_test_runner"
43-
4438
if bzlmod and gazelle_plugin:
4539
return "//tests/integration:test_runner_gazelle_plugin"
4640
elif bzlmod:

0 commit comments

Comments
 (0)