Add more Rust tests to exclude.

Test: Run script and see it does not add these tests.
Change-Id: I46d1a5fbc12733c91febde81500f0b42dcf87806
This commit is contained in:
Joel Galenson
2021-10-01 07:07:47 -07:00
parent 55be24dec6
commit 2811a3e162

View File

@@ -47,7 +47,12 @@ TEST_OPTIONS = {
# Excluded tests. These tests will be ignored by this script.
TEST_EXCLUDE = [
"aidl_test_rust_client",
"aidl_test_rust_service"
"aidl_test_rust_service",
"ash_device_test_src_lib",
"ash_device_test_tests_constant_size_arrays",
"ash_device_test_tests_display",
"shared_library_device_test_src_lib",
"vulkano_device_test_src_lib"
]
# Excluded modules.