commit | 8b56874caaefde7b013fabf9724b94de60e51e49 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Fri Jun 03 12:04:23 2022 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Fri Jun 03 12:04:23 2022 +0900 |
tree | d4c8a721dae955ccd94e98073ba65385f5ac7457 | |
parent | e78cfa130b72826d585f098f7e9f1dcaf1119da4 [diff] |
Skip testTetherClatUdp before S The test does not pass on R. Bug: 234727688 Test: atest EthernetTetheringTest Change-Id: I831859e521b026ed4acb84de5857a7d3ec318ba5
diff --git a/Tethering/tests/integration/src/android/net/EthernetTetheringTest.java b/Tethering/tests/integration/src/android/net/EthernetTetheringTest.java index ad2cbbc..92be84d 100644 --- a/Tethering/tests/integration/src/android/net/EthernetTetheringTest.java +++ b/Tethering/tests/integration/src/android/net/EthernetTetheringTest.java
@@ -1329,6 +1329,7 @@ } @Test + @IgnoreUpTo(Build.VERSION_CODES.R) public void testTetherClatUdp() throws Exception { // CLAT only starts on IPv6 only network. initializeTethering(toList(TEST_IP6_ADDR), toList(TEST_IP6_DNS));