Commit 5d6572d6 authored by Clark DuVall's avatar Clark DuVall Committed by Commit Bot

Remove passing tests from the chrome_public_test_apk NS filter

- TrustedWebActivityTest.launchesTwa has been fixed
- OverviewListLayoutTest.testCanSwipeClosed has the @RetryOnFailure
  annotation, so is expected to fail once in awhile (see
  http://crbug.com/943835)
- AccessorySheetViewTest.testRemovingTabDeletesItsView does not exist
  anymore at that location so wasn't doing anything
- I will monitor AutofillAssistantUiTest.testStartAndAccept to see if it
  continues to flake

Remaining tests in this file are either related to test-only
ContentMockCertVerifier issues with the WebAPK tests or expected
failures in the Features test which expect no features to be enabled.

Bug: 943847, 943835, 943829
Change-Id: I4cc051fd6c8e27c7ffe866664397da452c1f9c8b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632715Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#663855}
parent 23325e12
...@@ -10,20 +10,7 @@ ...@@ -10,20 +10,7 @@
-org.chromium.chrome.browser.FeaturesAnnotationsTest.testFeaturesSetExistingFlags -org.chromium.chrome.browser.FeaturesAnnotationsTest.testFeaturesSetExistingFlags
# http://crbug.com/917467 # http://crbug.com/917467
-org.chromium.chrome.browser.webapps.WebApkIntegrationTest.testActivateWebApk
-org.chromium.chrome.browser.webapps.WebApkIntegrationTest.testLaunchAndNavigateOffOrigin -org.chromium.chrome.browser.webapps.WebApkIntegrationTest.testLaunchAndNavigateOffOrigin
-org.chromium.chrome.browser.webapps.WebApkIntegrationTest.testLaunchAndNavigationInNewWindowOffandInOrigin -org.chromium.chrome.browser.webapps.WebApkIntegrationTest.testLaunchAndNavigationInNewWindowOffandInOrigin
-org.chromium.chrome.browser.webapps.WebApkIntegrationTest.testLaunchAndOpenNewWindowInOrigin -org.chromium.chrome.browser.webapps.WebApkIntegrationTest.testLaunchAndOpenNewWindowInOrigin
# Miscellaneous flaky or failing tests:
# http://crbug.com/941856
-org.chromium.chrome.browser.webapps.WebApkIntegrationTest.testActivateWebApk
# http://crbug.com/943829
-org.chromium.chrome.browser.autofill_assistant.AutofillAssistantUiTest.testStartAndAccept
-org.chromium.chrome.browser.autofill.keyboard_accessory.AccessorySheetViewTest.testRemovingTabDeletesItsView
# http://crbug.com/943835
-org.chromium.chrome.browser.widget.OverviewListLayoutTest.testCanSwipeClosed
# http://crbug.com/943847
-org.chromium.chrome.browser.browserservices.TrustedWebActivityTest.launchesTwa
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