diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-06-29 08:14:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-06-29 08:14:26 +0000 |
| commit | b0c9e64d33f55216d75fc705c5a2775f69543257 (patch) | |
| tree | 09b36be0a2917aa6944db8c14f5c1eee04efadc5 /tests/unit/java/android/net/IpSecAlgorithmTest.java | |
| parent | 767b2180e919c3fa468048c2afc883f4b43e36db (diff) | |
| parent | 284b3c028c4b924352812758f9b97f354742d241 (diff) | |
Merge "Revert "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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/java/android/net/IpSecAlgorithmTest.java b/tests/unit/java/android/net/IpSecAlgorithmTest.java index fc08408af2..3a8d6004f6 100644 --- a/tests/unit/java/android/net/IpSecAlgorithmTest.java +++ b/tests/unit/java/android/net/IpSecAlgorithmTest.java @@ -28,7 +28,6 @@ import android.content.res.Resources; import android.os.Build; import android.os.Parcel; -import androidx.test.filters.SdkSuppress; import androidx.test.filters.SmallTest; import androidx.test.runner.AndroidJUnit4; @@ -47,7 +46,6 @@ import java.util.Set; /** Unit tests for {@link IpSecAlgorithm}. */ @SmallTest @RunWith(AndroidJUnit4.class) -@SdkSuppress(minSdkVersion = Build.VERSION_CODES.S, codeName = "S") public class IpSecAlgorithmTest { private static final byte[] KEY_MATERIAL; |
