Merge "Disable broken test BugreportSectionTest.WifiSectionGenerated" am: ed4761a49f am: 497493d279 am: 35bfc08513

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1477556

Change-Id: Ie9419d8ab55d8d8474af7fc1f8348c2e1b326cb9
diff --git a/cmds/dumpstate/tests/dumpstate_smoke_test.cpp b/cmds/dumpstate/tests/dumpstate_smoke_test.cpp
index 2c800c6..1c6583e 100644
--- a/cmds/dumpstate/tests/dumpstate_smoke_test.cpp
+++ b/cmds/dumpstate/tests/dumpstate_smoke_test.cpp
@@ -401,7 +401,7 @@
     SectionExists("batterystats", /* bytes= */ 1000);
 }
 
-TEST_F(BugreportSectionTest, WifiSectionGenerated) {
+TEST_F(BugreportSectionTest, DISABLED_WifiSectionGenerated) {
     SectionExists("wifi", /* bytes= */ 100000);
 }