Skip to content

Commit 03a8aed

Browse files
hvadehrarules_java Copybara
authored andcommitted
Clean up references to disabled test
PiperOrigin-RevId: 873985222 Change-Id: Ie7bfadfc788830da6a4e5a98139f2a7949e2de2e
1 parent 2e5f415 commit 03a8aed

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.bazelci/presubmit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@ build_targets: &build_targets
1010
- "@remote_java_tools//:singlejar_cc_bin"
1111
# can't build @remote_java_tools_X repos for other platforms
1212
- "-//toolchains/..."
13-
# TODO: re-enable docs after moving them out of https://bazel.build/reference/be/java
1413
- "-//java/docs/..."
15-
- "-//test:docs_up_to_date_test"
1614

1715
build_targets_integration: &build_targets_integration
1816
- "//..."
1917
- "//:bin_deploy.jar"
2018

2119
test_targets: &test_targets
2220
- "//test/..."
23-
# TODO: re-enable docs after moving them out of https://bazel.build/reference/be/java
24-
- "-//test:docs_up_to_date_test"
2521

2622
test_target_integration: &test_target_integration
2723
- "//:MyTest"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
draft: false
2020
generate_release_notes: true
2121
release_files: bazel-bin/distro/rules_java-*.tar.gz
22-
bazel_test_command: "bazel test //test/... -//test:docs_up_to_date_test"
22+
bazel_test_command: "bazel test -- //test/..."
2323
publish:
2424
needs: release
2525
uses: ./.github/workflows/publish.yaml

test/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ diff_test(
7272
""",
7373
file1 = "//java/docs:rules.md",
7474
file2 = "//java/docs:rules_docs",
75+
# TODO: b/369123329 - re-enable docs after moving them out of https://bazel.build/reference/be/java
76+
tags = ["manual"],
7577
)
7678

7779
validate_configs()

0 commit comments

Comments
 (0)