Skip to content

Commit

Permalink
Disable flaky tests for OfflinePageRequestTest
Browse files Browse the repository at this point in the history
TBR=fgorski@chromium.org
BUG=786233
NOTRY=true

Change-Id: Ie212892a4382a9b8c28346492cdbf53aa4f9bb79
Reviewed-on: https://chromium-review.googlesource.com/775890
Reviewed-by: Tommy Nyquist <nyquist@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517244}
  • Loading branch information
tommynyquist committed Nov 17, 2017
1 parent b07da29 commit b698eb6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.RetryOnFailure;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.chrome.browser.ChromeActivity;
import org.chromium.chrome.browser.ChromeSwitches;
import org.chromium.chrome.browser.offlinepages.OfflinePageBridge.OfflinePageModelObserver;
Expand Down Expand Up @@ -80,7 +80,7 @@ public void offlinePageModelLoaded() {

@Test
@SmallTest
@RetryOnFailure
@DisabledTest(message = "crbug.com/786233")
public void testLoadOfflinePageOnDisconnectedNetwork() throws Exception {
EmbeddedTestServer testServer =
EmbeddedTestServer.createAndStartServer(InstrumentationRegistry.getContext());
Expand Down Expand Up @@ -116,7 +116,7 @@ public void run() {

@Test
@SmallTest
@RetryOnFailure
@DisabledTest(message = "crbug.com/786233")
public void testLoadOfflinePageWithFragmentOnDisconnectedNetwork() throws Exception {
EmbeddedTestServer testServer =
EmbeddedTestServer.createAndStartServer(InstrumentationRegistry.getContext());
Expand Down

0 comments on commit b698eb6

Please sign in to comment.