|
80 | 80 | - "//tools/python/..."
|
81 | 81 | # Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/8162
|
82 | 82 | - "-//src/java_tools/import_deps_checker/..."
|
| 83 | + # Disable test failing due to infra change |
| 84 | + - "-//src/test/shell/bazel:git_repository_test" |
| 85 | + - "-//src/test/shell/bazel:starlark_git_repository_test" |
83 | 86 | ubuntu1804_clang:
|
84 | 87 | platform: ubuntu1804
|
85 | 88 | environment:
|
@@ -143,6 +146,9 @@ tasks:
|
143 | 146 | - "//tools/python/..."
|
144 | 147 | # Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/8162
|
145 | 148 | - "-//src/java_tools/import_deps_checker/..."
|
| 149 | + # Disable test failing due to infra change |
| 150 | + - "-//src/test/shell/bazel:git_repository_test" |
| 151 | + - "-//src/test/shell/bazel:starlark_git_repository_test" |
146 | 152 | macos:
|
147 | 153 | xcode_version: "13.0"
|
148 | 154 | shards: 5
|
@@ -184,6 +190,18 @@ tasks:
|
184 | 190 | - "-//src/java_tools/import_deps_checker/..."
|
185 | 191 | # C++ coverage is not supported on macOS yet.
|
186 | 192 | - "-//src/test/shell/bazel:bazel_cc_code_coverage_test"
|
| 193 | + # Disable test failing due to infra change |
| 194 | + - "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:GitRepositoryBlackBoxTest" |
| 195 | + - "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest" |
| 196 | + - "-//tools/python:pywrapper_test" |
| 197 | + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools" |
| 198 | + - "-//src/test/py/bazel:runfiles_test" |
| 199 | + - "-//src/test/shell/bazel:jdeps_test" |
| 200 | + - "-//src/test/shell/bazel:python_version_test" |
| 201 | + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test" |
| 202 | + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms" |
| 203 | + - "-//src/test/shell/bazel:git_repository_test" |
| 204 | + - "-//src/test/shell/bazel:starlark_git_repository_test" |
187 | 205 | windows:
|
188 | 206 | shards: 4
|
189 | 207 | batch_commands:
|
@@ -247,6 +265,9 @@ tasks:
|
247 | 265 | - "-//src/test/java/com/google/devtools/build/lib/remote/..."
|
248 | 266 | - "-//src/test/shell/bazel/remote/..."
|
249 | 267 | - "-//tools/python:pywrapper_test"
|
| 268 | + # Disable test failing due to infra change |
| 269 | + - "-//src/test/shell/bazel:git_repository_test" |
| 270 | + - "-//src/test/shell/bazel:starlark_git_repository_test" |
250 | 271 | rbe_ubuntu1804:
|
251 | 272 | platform: ubuntu1804
|
252 | 273 | shell_commands:
|
|
0 commit comments