Commit 9b80774d authored by dfalcantara's avatar dfalcantara Committed by Commit bot

Revert of Re-enable InfoBarTest#testInfoBarForPopUp (patchset #1 id:1 of...

Revert of Re-enable InfoBarTest#testInfoBarForPopUp (patchset #1 id:1 of https://chromiumcodereview.appspot.com/2020853002/ )

Reason for revert:
The renderer issue is causing the test to fail even on the bots.  Bleh.

Original issue's description:
> Re-enable InfoBarTest#testInfoBarForPopUp
>
> Looks like a renderer issue on debug builds and not a real test failure.
>
> BUG=593003
>
> Committed: https://crrev.com/7b6931415d9cb570158a84ef4acb2e3e99d2c8e9
> Cr-Commit-Position: refs/heads/master@{#396899}

TBR=yusufo@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=593003

Review-Url: https://codereview.chromium.org/2030433002
Cr-Commit-Position: refs/heads/master@{#396965}
parent 0890a134
...@@ -12,6 +12,7 @@ import android.test.suitebuilder.annotation.Smoke; ...@@ -12,6 +12,7 @@ import android.test.suitebuilder.annotation.Smoke;
import org.chromium.base.CommandLine; import org.chromium.base.CommandLine;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.UrlUtils; import org.chromium.base.test.util.UrlUtils;
import org.chromium.chrome.browser.ChromeActivity; import org.chromium.chrome.browser.ChromeActivity;
...@@ -87,6 +88,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> { ...@@ -87,6 +88,7 @@ public class InfoBarTest extends ChromeActivityTestCaseBase<ChromeActivity> {
@Smoke @Smoke
@MediumTest @MediumTest
@Feature({"Browser", "Main"}) @Feature({"Browser", "Main"})
@DisabledTest // crbug.com/593003
public void testInfoBarForPopUp() throws InterruptedException { public void testInfoBarForPopUp() throws InterruptedException {
loadUrl(mTestServer.getURL(POPUP_PAGE)); loadUrl(mTestServer.getURL(POPUP_PAGE));
assertTrue("InfoBar not added", mListener.addInfoBarAnimationFinished()); assertTrue("InfoBar not added", mListener.addInfoBarAnimationFinished());
......
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