diff options
| author | Remi NGUYEN VAN <reminv@google.com> | 2021-06-30 07:43:08 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-06-30 07:43:08 +0000 |
| commit | a9230c1bf72fc4084aa854bd10508d20a60490cf (patch) | |
| tree | af52c3f4ad87c8ea6d0591f4959b391d2147dbbc /tests/unit/java/android/net/IpSecAlgorithmTest.java | |
| parent | ea395bf6a03accdf7f0107cb2277468dc8a17d49 (diff) | |
| parent | 154cf1da20a77176ac42faed117a48afcf840bf4 (diff) | |
Merge "Re-skip connectivity unit tests before S"
Diffstat (limited to 'tests/unit/java/android/net/IpSecAlgorithmTest.java')
| -rw-r--r-- | tests/unit/java/android/net/IpSecAlgorithmTest.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/unit/java/android/net/IpSecAlgorithmTest.java b/tests/unit/java/android/net/IpSecAlgorithmTest.java index 3a8d6004f6..cac8c2d941 100644 --- a/tests/unit/java/android/net/IpSecAlgorithmTest.java +++ b/tests/unit/java/android/net/IpSecAlgorithmTest.java @@ -29,9 +29,10 @@ import android.os.Build; import android.os.Parcel; import androidx.test.filters.SmallTest; -import androidx.test.runner.AndroidJUnit4; import com.android.internal.util.CollectionUtils; +import com.android.testutils.DevSdkIgnoreRule; +import com.android.testutils.DevSdkIgnoreRunner; import org.junit.Test; import org.junit.runner.RunWith; @@ -45,7 +46,8 @@ import java.util.Set; /** Unit tests for {@link IpSecAlgorithm}. */ @SmallTest -@RunWith(AndroidJUnit4.class) +@RunWith(DevSdkIgnoreRunner.class) +@DevSdkIgnoreRule.IgnoreUpTo(Build.VERSION_CODES.R) public class IpSecAlgorithmTest { private static final byte[] KEY_MATERIAL; |
