diff options
author | 2022-10-10 17:09:38 +0000 | |
---|---|---|
committer | 2022-10-10 17:12:29 +0000 | |
commit | 6acec89203b994ea42f5c51c9221eae666d911ad (patch) | |
tree | 1ec918145e290e956d535a11ec9d6c7212772176 | |
parent | 3bbf1f41fd4c9197e55a37547b3806e67b0f3d5e (diff) |
SurfaceFlinger_test: disable flaking child test
SurfaceFlinger_test.ChildLayerTest#ChildrenSurviveParentDestruction
has been breaking presubmit runs for more than one month with
no action.
Bug: 243597796
Test: SurfaceFlinger_test, TEST_MAPPING
Change-Id: I1f6b4a0756ef112624a1657246b280149a432fdd
-rw-r--r-- | TEST_MAPPING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 260ee8dd4f..f54f13216f 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -56,6 +56,9 @@ }, { "include-filter": "*RefreshRateOverlayTest.*" + }, + { + "exclude-filter": "*ChildLayerTest#ChildrenSurviveParentDestruction" } ] }, |