Commit 5a9f080f authored by Robbie McElrath's avatar Robbie McElrath Committed by Commit Bot

Add interactive_ui_tests to Mojo ChromiumOS bot.

Bug: 881976
Change-Id: I8a74b511bb58c88fb10ad2121a27b058ce854f71
Reviewed-on: https://chromium-review.googlesource.com/c/1287178
Commit-Queue: Robbie McElrath <rmcelrath@chromium.org>
Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600905}
parent 277b01f2
......@@ -1615,6 +1615,18 @@
},
"test": "extensions_browsertests"
},
{
"args": [
"--enable-features=NetworkService",
"--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.chromeos.network_interactive_ui_tests.filter"
],
"name": "network_service_interactive_ui_tests",
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 3
},
"test": "interactive_ui_tests"
},
{
"args": [
"--enable-features=SingleProcessMash",
......
......@@ -32,6 +32,7 @@ source_set("browser_tests_filters") {
"//testing/buildbot/filters/chromeos.mash.fyi.browser_tests.filter",
"//testing/buildbot/filters/chromeos.single_process_mash.browser_tests.filter",
"//testing/buildbot/filters/mojo.fyi.chromeos.network_browser_tests.filter",
"//testing/buildbot/filters/mojo.fyi.chromeos.network_interactive_ui_tests.filter",
"//testing/buildbot/filters/mojo.fyi.network_browser_tests.filter",
"//testing/buildbot/filters/webui_polymer2_browser_tests.filter",
"//testing/buildbot/filters/webrtc_functional.browser_tests.filter",
......
# NOTE: if adding an exclusion for an existing failure (e.g. additional test for
# feature X that is already not working), please add it beside the existing
# failures. Otherwise please reach out to network-service-dev@.
# This filter contains Chrome OS only test failures.
# See https://crbug.com/881976
# Uncategorized timeouts or test failures.
-DownloadNotificationTest.CancelDownload
-DownloadNotificationTest.CloseNotificationAfterDownload
-DownloadNotificationTest.CloseNotificationWhileDownloading
-DownloadNotificationTest.DownloadCancelledByUserExternally
-DownloadNotificationTest.DownloadFile
-DownloadNotificationTest.DownloadMultipleFiles
-DownloadNotificationTest.DownloadMultipleFilesOneByOne
-DownloadNotificationTest.DownloadRemoved
-DownloadNotificationTest.IncognitoDownloadFile
-DownloadNotificationTest.InterruptDownload
-DownloadNotificationTest.InterruptDownloadAfterClosingNotification
-DownloadNotificationTest.SimultaneousIncognitoAndNormalDownloads
-MultiProfileDownloadNotificationTest.DownloadMultipleFiles
-OobeTest.NewUser
# NOTE: if adding an exclusion for an existing failure (e.g. additional test for
# feature X that is already not working), please add it beside the existing
# failures. Otherwise please reach out to network-service-dev@.
......@@ -1978,6 +1978,16 @@
],
'test': 'extensions_browsertests',
},
'network_service_interactive_ui_tests': {
'args': [
'--enable-features=NetworkService',
'--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.chromeos.network_interactive_ui_tests.filter',
],
'swarming': {
'shards': 3,
},
'test': 'interactive_ui_tests',
},
},
'network_service_gtests': {
......
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