summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2023-06-29 12:33:18 -0700
committer Cole Faust <colefaust@google.com> 2023-06-29 12:36:00 -0700
commita56663f6954de78f82d7862c2e86bb1932e6c6da (patch)
tree4390762190966fa0d185231efa7c0e4a70e945cb /tests
parentda169a1ee35f00a164843ffecdfc632b3ba96d87 (diff)
Commend out dcla_apex_comparison_test.sh
Is currently failing on ci, uncomment when fix is submitted. Bug: 289141798 Test: Presubmits Change-Id: Ic7b220f917cb0b9f0914d8e9575081004610cf63
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run_integration_tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/run_integration_tests.sh b/tests/run_integration_tests.sh
index 43a9f0fed..bec43aef2 100755
--- a/tests/run_integration_tests.sh
+++ b/tests/run_integration_tests.sh
@@ -16,7 +16,8 @@ TOP="$(readlink -f "$(dirname "$0")"/../../..)"
# mock client.
"$TOP/build/soong/tests/apex_comparison_tests.sh"
"$TOP/build/soong/tests/apex_comparison_tests.sh" "module_arm64only"
-TEST_BAZEL=true extra_build_params=--bazel-mode-staging "$TOP/build/soong/tests/dcla_apex_comparison_test.sh"
+# TODO(b/289141798): uncomment the first dcla_apex_comparison_test.sh
+#TEST_BAZEL=true extra_build_params=--bazel-mode-staging "$TOP/build/soong/tests/dcla_apex_comparison_test.sh"
#BUILD_BROKEN_DISABLE_BAZEL=true "$TOP/build/soong/tests/dcla_apex_comparison_test.sh"
"$TOP/build/soong/tests/apex_cc_module_arch_variant_tests.sh"
"$TOP/build/soong/tests/apex_cc_module_arch_variant_tests.sh" "aosp_arm" "armv7-a"