diff options
author | 2023-08-01 16:40:15 -0700 | |
---|---|---|
committer | 2023-08-01 16:40:15 -0700 | |
commit | 9d1ff41f3daad5084038102d840fc614632d9c5b (patch) | |
tree | da46f805f83b65e1fe195d1cae07d57d88647728 /tests | |
parent | 5c2b3e2ea6d332c876a20019153f67032e58f43e (diff) |
Remove sbom_test from soong integration test.
Bug: 294129889
Test: CIs
Change-Id: Ic2925b214bd1e9299b7fa39f7ad0540bca282b53
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_integration_tests.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/run_integration_tests.sh b/tests/run_integration_tests.sh index 48f654e1c..6b9ff8b93 100755 --- a/tests/run_integration_tests.sh +++ b/tests/run_integration_tests.sh @@ -22,7 +22,5 @@ TEST_BAZEL=true extra_build_params=--bazel-mode-staging "$TOP/build/soong/tests/ "$TOP/build/soong/tests/apex_cc_module_arch_variant_tests.sh" "aosp_arm" "armv7-a" "$TOP/build/soong/tests/apex_cc_module_arch_variant_tests.sh" "aosp_cf_arm64_phone" "armv8-a" "cortex-a53" -"$TOP/build/soong/tests/sbom_test.sh" - "$TOP/build/bazel/ci/b_test.sh" |