Add open_then_run to TEST_EXCLUDE

Test: manual - Performed bulk update of crate TEST_MAPPING files
Change-Id: I39f7696eb1a0633d002a534ad21cc5f460eeee8c
This commit is contained in:
David LeGare
2022-03-15 16:01:49 +00:00
parent ffdc3be22a
commit d3bbf8cb7f

View File

@@ -66,6 +66,10 @@ TEST_EXCLUDE = [
"aidl_test_rust_service", "aidl_test_rust_service",
"aidl_test_rust_service_async", "aidl_test_rust_service_async",
# This is a helper binary for AuthFsHostTest and shouldn't
# be run directly.
"open_then_run",
# TODO: Remove when b/198197213 is closed. # TODO: Remove when b/198197213 is closed.
"diced_client_test", "diced_client_test",
] ]