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

Commit c97d8b74 authored by Felipe Leme's avatar Felipe Leme Committed by Lorenzo Colitti
Browse files

DO NOT MERGE: Use @Ignore to explicitly disable a @Test method.

BUG: 30839080
BUG: 31007021

(cherry picked from commit fc7d7a35)

(cherry picked from commit 2026ca14)

Change-Id: I45efc93b40e526467c97d0735289db1404ccd22d
parent fe46a2f8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ import org.easymock.Capture;
import org.easymock.EasyMock;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -372,7 +373,8 @@ public class NetworkStatsServiceTest {
    }

    // TODO: simulate reboot to test bucket resize
    // @Test
    @Test
    @Ignore
    public void testStatsBucketResize() throws Exception {
        NetworkStatsHistory history = null;