From d3bbf8cb7fd722bf87c45878cd68c65196b982bb Mon Sep 17 00:00:00 2001 From: David LeGare Date: Tue, 15 Mar 2022 16:01:49 +0000 Subject: [PATCH] Add open_then_run to TEST_EXCLUDE Test: manual - Performed bulk update of crate TEST_MAPPING files Change-Id: I39f7696eb1a0633d002a534ad21cc5f460eeee8c --- scripts/update_crate_tests.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/update_crate_tests.py b/scripts/update_crate_tests.py index 331ad62d0..8a45dd389 100755 --- a/scripts/update_crate_tests.py +++ b/scripts/update_crate_tests.py @@ -66,6 +66,10 @@ TEST_EXCLUDE = [ "aidl_test_rust_service", "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. "diced_client_test", ]