Commit 8f70cde4 authored by vasilii's avatar vasilii Committed by Commit bot

Mark...

Mark org.chromium.chrome.browser.payments.PaymentRequestIncompleteContactDetailsTest#testEditIncompleteContactAndCancel as flaky

BUG=673299
TBR=grt@chromium.org

Review-Url: https://codereview.chromium.org/2567023002
Cr-Commit-Position: refs/heads/master@{#437903}
parent 24268f79
...@@ -8,6 +8,7 @@ import android.content.DialogInterface; ...@@ -8,6 +8,7 @@ import android.content.DialogInterface;
import android.test.suitebuilder.annotation.MediumTest; import android.test.suitebuilder.annotation.MediumTest;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.base.test.util.FlakyTest;
import org.chromium.chrome.R; import org.chromium.chrome.R;
import org.chromium.chrome.browser.autofill.AutofillTestHelper; import org.chromium.chrome.browser.autofill.AutofillTestHelper;
import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile; import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
...@@ -40,7 +41,11 @@ public class PaymentRequestIncompleteContactDetailsTest extends PaymentRequestTe ...@@ -40,7 +41,11 @@ public class PaymentRequestIncompleteContactDetailsTest extends PaymentRequestTe
} }
/** Attempt to update the contact information with invalid data and cancel the transaction. */ /** Attempt to update the contact information with invalid data and cancel the transaction. */
@MediumTest /*
* @MediumTest
* Bug=crbug.com/673299
*/
@FlakyTest
@Feature({"Payments"}) @Feature({"Payments"})
public void testEditIncompleteContactAndCancel() public void testEditIncompleteContactAndCancel()
throws InterruptedException, ExecutionException, TimeoutException { throws InterruptedException, ExecutionException, TimeoutException {
......
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