aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bazel-tests.json13
1 files changed, 1 insertions, 12 deletions
diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json
index f8d3564935..79930da391 100644
--- a/scripts/ci/bazel-tests.json
+++ b/scripts/ci/bazel-tests.json
@@ -95,19 +95,8 @@
// ASSERT_DEATH will try to write to C:/Windows, then fails.
"--test_env=TEMP"
],
- "test_tag_filters": [
- "-no_windows",
- "-slow"
- ],
"tests": [
- "//src/test/py/...",
- "//src/test/java/...",
- "//src/test/cpp/...",
- "//src/test/native:all_tests",
- "//src/tools/launcher/util/...",
- "//src/test/shell/bazel:bazel_bootstrap_distfile_test",
- "//src/test/shell/bazel:bazel_windows_example_test",
- "//third_party/def_parser/..."
+ "//src:all_windows_tests"
],
"targets": ["//src:bazel"]
}