diff options
| author | 2021-04-27 12:36:22 -0700 | |
|---|---|---|
| committer | 2021-04-27 23:03:08 +0000 | |
| commit | a005572a1b0f4e2c6416974cb9f3c1701404f428 (patch) | |
| tree | 44e6afeffb94f11b36c1d3cfdc037b4e8eb09463 | |
| parent | c052fed1310874772e2ce1053e85a593ed7f997b (diff) | |
Remove libsurfaceflinger_unittest from root TEST_MAPPING
libsurfaceflinger_unittest has some flaky tests, and being run for all
frameworks/native changes means submitters are having to rerun
presubmit.
Bug: 186417847
Test: None (presubmit only)
Change-Id: Ie1f9542f8304493cdc40aec00e374a88cef42853
Merged-In: I99f9fdf5e75dae686f958e97e9685d1a00166877
| -rw-r--r-- | TEST_MAPPING | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 8173c8927e..f7d1dde3f8 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -55,9 +55,6 @@ "include-filter": "*RelativeZTest.*" } ] - }, - { - "name": "libsurfaceflinger_unittest" } ] } |