diff options
| author | 2021-03-15 04:23:54 +0000 | |
|---|---|---|
| committer | 2021-03-15 04:23:54 +0000 | |
| commit | 2da88973fc114877b6933075c40fbb9ddb3e57dd (patch) | |
| tree | e3ebbeecd952ae3ed6238f488cac1df6c5348a7f | |
| parent | 3b315bbc494d88a92a864a2db1be012234397547 (diff) | |
| parent | a8a23bbc9aa0d10224bd35c350b82e8883a18220 (diff) | |
Merge "Remove HIGH connectivity from dump test" am: 0c3c5f8dc1 am: a8a23bbc9a
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1635079
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I5bb7493530717366f5f045b15fafb964510d834e
| -rw-r--r-- | cmds/dumpstate/tests/dumpstate_smoke_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/dumpstate/tests/dumpstate_smoke_test.cpp b/cmds/dumpstate/tests/dumpstate_smoke_test.cpp index c62d302214..0712c0adcd 100644 --- a/cmds/dumpstate/tests/dumpstate_smoke_test.cpp +++ b/cmds/dumpstate/tests/dumpstate_smoke_test.cpp @@ -411,7 +411,6 @@ TEST_F(BugreportSectionTest, WindowSectionGenerated) { } TEST_F(BugreportSectionTest, ConnectivitySectionsGenerated) { - SectionExists("HIGH connectivity", /* bytes= */ 3000); SectionExists("connectivity", /* bytes= */ 5000); } |