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

Commit

Permalink
Try #7688:
Browse files Browse the repository at this point in the history
  • Loading branch information
MozLando committed Jul 13, 2020
2 parents fe19f50 + 5ed2f7c commit f028209
Showing 1 changed file with 1 addition and 3 deletions.
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

0 comments on commit f028209

Please sign in to comment.