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

BUG: 30839080
BUG: 31007021

(cherry picked from commit a4dc2a7129)

Change-Id: I35942e60493adebb22871541a34240368c691ee7
This commit is contained in:
Felipe Leme
2016-08-22 08:50:43 -07:00
committed by Lorenzo Colitti
parent 00a6e6c111
commit b8a440f538

View File

@@ -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;