Merge "Move the test of minimum supported keepalive slots to CTS" am: c961e03526

am: 6ff00fee75

Change-Id: Ib9b06d3458782a648a2f5b8fd5a9ca1d34bd11f9
This commit is contained in:
Junyu Lai
2019-06-19 07:29:11 -07:00
committed by android-build-merger
3 changed files with 2 additions and 9 deletions

View File

@@ -78,7 +78,6 @@ class KeepaliveUtilsTest {
assertRunWithException(arrayOf("5"))
// Check resource with invalid slots value.
assertRunWithException(arrayOf("2,2"))
assertRunWithException(arrayOf("3,-1"))
// Check resource with invalid transport type.