diff options
author | 2023-10-16 16:32:26 +0000 | |
---|---|---|
committer | 2023-10-16 17:16:44 +0000 | |
commit | 44b89d1fc7444832fb924f64b9502972231de6ec (patch) | |
tree | fb4a6da263aeb4289758440c4d3d2fa8bef57ec6 /TEST_MAPPING | |
parent | 74a858c03904bb7bd096bf9f2dc330e6bae8c814 (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_MAPPING | 3 |
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*" } ] }, |