commit | 50aa93d6af27681dccdc3222201efab54638ba26 | [log] [tgz] |
---|---|---|
author | JW Wang <wangchun@google.com> | Mon Jun 22 10:09:27 2020 +0800 |
committer | JW Wang <wangchun@google.com> | Mon Jun 22 10:11:39 2020 +0800 |
tree | 66ec5bec2476765454d94bba127ad20ac6167ad9 | |
parent | 98176cac02f6457dc624e4b2223fe4cc31e0fc6d [diff] |
Disable the test (1/n) Disable the test because it is blocking pre-submit. The analysis is at b/159569441#comment2. Waiting for the NetworkStack team to figure out what's going wrong. Bug: 159569441 Test: m Change-Id: Ibb921b8e718c5c9cd86c5580010cb163125d8fae
diff --git a/tests/RollbackTest/NetworkStagedRollbackTest/src/com/android/tests/rollback/host/NetworkStagedRollbackTest.java b/tests/RollbackTest/NetworkStagedRollbackTest/src/com/android/tests/rollback/host/NetworkStagedRollbackTest.java index 61d7c76..e3c7cfa 100644 --- a/tests/RollbackTest/NetworkStagedRollbackTest/src/com/android/tests/rollback/host/NetworkStagedRollbackTest.java +++ b/tests/RollbackTest/NetworkStagedRollbackTest/src/com/android/tests/rollback/host/NetworkStagedRollbackTest.java
@@ -26,6 +26,7 @@ import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -72,6 +73,7 @@ /** * Tests failed network health check triggers watchdog staged rollbacks. */ + @Ignore("b/159569441") @Test public void testNetworkFailedRollback() throws Exception { try {