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:
@@ -47,7 +47,12 @@ TEST_OPTIONS = {
|
|||||||
# Excluded tests. These tests will be ignored by this script.
|
# Excluded tests. These tests will be ignored by this script.
|
||||||
TEST_EXCLUDE = [
|
TEST_EXCLUDE = [
|
||||||
"aidl_test_rust_client",
|
"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.
|
# Excluded modules.
|
||||||
|
|||||||
Reference in New Issue
Block a user