Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35bfc085 authored by Dieter Hsu's avatar Dieter Hsu Committed by Automerger Merge Worker
Browse files

Merge "Disable broken test BugreportSectionTest.WifiSectionGenerated" am: ed4761a4 am: 497493d2

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

Change-Id: I1a056dbc5b6c483ce0315c2af1b2c6f61d9b1848
parents 94cad7a5 497493d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ TEST_F(BugreportSectionTest, BatteryStatsSectionGenerated) {
    SectionExists("batterystats", /* bytes= */ 1000);
}

TEST_F(BugreportSectionTest, WifiSectionGenerated) {
TEST_F(BugreportSectionTest, DISABLED_WifiSectionGenerated) {
    SectionExists("wifi", /* bytes= */ 100000);
}