File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
app/src/androidTest/java/com/duckduckgo/espresso/privacy Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ import com.squareup.moshi.Moshi
37
37
import org.hamcrest.CoreMatchers.containsString
38
38
import org.junit.Assert.assertEquals
39
39
import org.junit.Rule
40
- import org.junit.Test
41
40
42
41
class FingerprintProtectionTest {
43
42
44
43
@get:Rule
45
44
var activityScenarioRule = activityScenarioRule<BrowserActivity >()
46
45
47
- @Test @PrivacyTest
46
+ // @Test @PrivacyTest
47
+ // Temporarily disabled; see https://app.asana.com/1/137249556945/project/414730916066338/task/1210131499379055?focus=true
48
48
fun whenProtectionsAreFingerprintProtected () {
49
49
preparationsForPrivacyTest()
50
50
Original file line number Diff line number Diff line change @@ -31,15 +31,13 @@ import androidx.test.platform.app.InstrumentationRegistry
31
31
import com.duckduckgo.app.browser.BrowserActivity
32
32
import com.duckduckgo.app.browser.R
33
33
import com.duckduckgo.espresso.JsObjectIdlingResource
34
- import com.duckduckgo.espresso.PrivacyTest
35
34
import com.duckduckgo.espresso.WebViewIdlingResource
36
35
import com.duckduckgo.privacy.config.impl.network.JSONObjectAdapter
37
36
import com.squareup.moshi.JsonAdapter
38
37
import com.squareup.moshi.Moshi
39
38
import org.hamcrest.CoreMatchers.containsString
40
39
import org.junit.Assert.assertTrue
41
40
import org.junit.Rule
42
- import org.junit.Test
43
41
44
42
class GpcTest {
45
43
@@ -51,7 +49,8 @@ class GpcTest {
51
49
),
52
50
)
53
51
54
- @Test @PrivacyTest
52
+ // @Test @PrivacyTest
53
+ // Temporarily disabled; see https://app.asana.com/1/137249556945/project/414730916066338/task/1210131499379055?focus=true
55
54
fun whenProtectionsAreEnableGpcSetCorrectly () {
56
55
preparationsForPrivacyTest()
57
56
You can’t perform that action at this time.
0 commit comments