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

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

Change-Id: I58d5bf47f3b14511a0c17879d988d7e1d18ce17c
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);
 }