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

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

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

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

Change-Id: If669b64b69c1084ba4fa42dcbf7359a8c28633da
parents 6b31f7bd ed4761a4
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);
}