Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Re-enable GeckoViewFetchTestCases.get200WithCookiePolicy(). #7688

Merged
merged 1 commit into from
Jul 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

package mozilla.components.lib.fetch.geckoview
package mozilla.components.browser.engine.gecko.fetch.geckoview

import androidx.test.annotation.UiThreadTest
import androidx.test.core.app.ApplicationProvider
import androidx.test.filters.MediumTest
import mozilla.components.browser.engine.gecko.fetch.GeckoViewFetchClient
import mozilla.components.concept.fetch.Client
import org.junit.Assert.assertTrue
import org.junit.Ignore
import org.junit.Test

@MediumTest
Expand Down Expand Up @@ -110,7 +109,6 @@ class GeckoViewFetchTestCases : mozilla.components.tooling.fetch.tests.FetchTest

@Test
@UiThreadTest
@Ignore("https://bugzilla.mozilla.org/show_bug.cgi?id=1626335")
override fun get200WithCookiePolicy() {
super.get200WithCookiePolicy()
}
Expand Down