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
diff --git a/cmds/dumpstate/tests/dumpstate_smoke_test.cpp b/cmds/dumpstate/tests/dumpstate_smoke_test.cpp
index c62d302..0712c0a 100644
--- a/cmds/dumpstate/tests/dumpstate_smoke_test.cpp
+++ b/cmds/dumpstate/tests/dumpstate_smoke_test.cpp
@@ -411,7 +411,6 @@
 }
 
 TEST_F(BugreportSectionTest, ConnectivitySectionsGenerated) {
-    SectionExists("HIGH connectivity", /* bytes= */ 3000);
     SectionExists("connectivity", /* bytes= */ 5000);
 }