summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
author Alec Mouri <alecmouri@google.com> 2023-10-16 16:32:26 +0000
committer Alec Mouri <alecmouri@google.com> 2023-10-16 17:16:44 +0000
commit44b89d1fc7444832fb924f64b9502972231de6ec (patch)
treefb4a6da263aeb4289758440c4d3d2fa8bef57ec6 /TEST_MAPPING
parent74a858c03904bb7bd096bf9f2dc330e6bae8c814 (diff)
Remove all of ChildLayerTest from frameworks/native/TEST_MAPPING
Flaking in presubmit Bug: 305711387 Change-Id: Iec532d7720d58d3791e742355521b3574ce4c38e
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING3
1 files changed, 2 insertions, 1 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index cd8f3cdcc2..9c0116957d 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -7,7 +7,8 @@
"include-filter": "*"
},
{
- "exclude-filter": "*ChildLayerTest#ChildrenSurviveParentDestruction"
+ // TODO(b/305717998): Deflake and re-enable
+ "exclude-filter": "*ChildLayerTest*"
}
]
},