summaryrefslogtreecommitdiff
path: root/tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/SdkSandboxURLUtilTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/SdkSandboxURLUtilTest.java')
-rw-r--r--tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/SdkSandboxURLUtilTest.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/SdkSandboxURLUtilTest.java b/tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/SdkSandboxURLUtilTest.java
index f2de548d944..4e047c73431 100644
--- a/tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/SdkSandboxURLUtilTest.java
+++ b/tests/tests/sdksandbox/webkit/src/android/sdksandbox/webkit/cts/SdkSandboxURLUtilTest.java
@@ -22,10 +22,6 @@ import android.platform.test.annotations.AppModeFull;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.filters.MediumTest;
-import com.android.compatibility.common.util.NullWebViewUtils;
-
-import org.junit.Assume;
-import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Rule;
import org.junit.Test;
@@ -43,11 +39,6 @@ public class SdkSandboxURLUtilTest {
public final WebViewSandboxTestRule sdkTester =
new WebViewSandboxTestRule("android.webkit.cts.URLUtilTest");
- @Before
- public void setUp() {
- Assume.assumeTrue("WebView is not available", NullWebViewUtils.isWebViewAvailable());
- }
-
@Test
public void testIsAssetUrl() throws Exception {
sdkTester.assertSdkTestRunPasses("testIsAssetUrl");