Commit 148143c6 authored by Ian Wells's avatar Ian Wells Committed by Commit Bot

Disable testShareTemporaryOfflinePage on O

Bug: 1001506
Change-Id: Ice31c3588d42038ebe7728739189e69710557dc9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815084Reviewed-by: default avatarPeter Williamson <petewil@chromium.org>
Commit-Queue: Ian Wells <iwells@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704736}
parent 068649e4
...@@ -289,8 +289,13 @@ public class OfflinePageUtilsTest { ...@@ -289,8 +289,13 @@ public class OfflinePageUtilsTest {
@Test @Test
@MediumTest @MediumTest
@CommandLineFlags.Add({"enable-features=OfflinePagesSharing"}) @CommandLineFlags
public void testShareTemporaryOfflinePage() throws Exception { .Add({"enable-features=OfflinePagesSharing"})
@DisableIf.Build(message = "https://crbug.com/1001506",
sdk_is_greater_than = Build.VERSION_CODES.N,
sdk_is_less_than = Build.VERSION_CODES.P)
public void
testShareTemporaryOfflinePage() throws Exception {
loadOfflinePage(SUGGESTED_ARTICLES_ID); loadOfflinePage(SUGGESTED_ARTICLES_ID);
final Semaphore semaphore = new Semaphore(0); final Semaphore semaphore = new Semaphore(0);
final TestShareCallback shareCallback = new TestShareCallback(semaphore); final TestShareCallback shareCallback = new TestShareCallback(semaphore);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment