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

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

Merge "Disable broken test BugreportSectionTest.WifiSectionGenerated" am:...

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

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

Change-Id: Ie9419d8ab55d8d8474af7fc1f8348c2e1b326cb9
parents 34fd400b 35bfc085
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);
}