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

Commit c776e6ca authored by Dieter Hsu's avatar Dieter Hsu
Browse files

Disable broken test BugreportSectionTest.WifiSectionGenerated

Bug: 171484056
Test: atest dumpstate_smoke_test
Change-Id: Ibd2d7f31363a08d883a549b090b43a49f689663a
parent ced64f02
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);
}