DO NOT MERGE: Use @Ignore to explicitly disable a @Test method.
BUG: 30839080 BUG: 31007021 (cherry picked from commita4dc2a7129) (cherry picked from commitb8a440f538) Change-Id: I45efc93b40e526467c97d0735289db1404ccd22d
This commit is contained in:
committed by
Lorenzo Colitti
parent
d63c8bc4a2
commit
cf0dc7a2cf
@@ -101,6 +101,7 @@ import org.easymock.Capture;
|
|||||||
import org.easymock.EasyMock;
|
import org.easymock.EasyMock;
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
|
||||||
@@ -372,7 +373,8 @@ public class NetworkStatsServiceTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: simulate reboot to test bucket resize
|
// TODO: simulate reboot to test bucket resize
|
||||||
// @Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void testStatsBucketResize() throws Exception {
|
public void testStatsBucketResize() throws Exception {
|
||||||
NetworkStatsHistory history = null;
|
NetworkStatsHistory history = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user