From defe8381aac9d461f6de8690b5917771b5f6752f Mon Sep 17 00:00:00 2001 From: Akilesh Kailash Date: Tue, 2 May 2023 20:40:25 +0000 Subject: [PATCH] libsnapshot: Turn off vabc_legacy_tests on presubmit Temporarily turn off these tests until root cause is found. Bug: 279009697 Test: presubmit Change-Id: I90f695fac318b71871ff60c1f74c90265437687d Signed-off-by: Akilesh Kailash --- fs_mgr/TEST_MAPPING | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/fs_mgr/TEST_MAPPING b/fs_mgr/TEST_MAPPING index db27cf000..d357e4571 100644 --- a/fs_mgr/TEST_MAPPING +++ b/fs_mgr/TEST_MAPPING @@ -24,9 +24,8 @@ { "name": "vab_legacy_tests" }, - { - "name": "vabc_legacy_tests" - }, + // TODO: b/279009697 + //{"name": "vabc_legacy_tests"}, { "name": "cow_api_test" } @@ -43,9 +42,8 @@ }, { "name": "vab_legacy_tests" - }, - { - "name": "vabc_legacy_tests" } + // TODO: b/279009697 + //{"name": "vabc_legacy_tests"} ] }