Commit d0ae8281 authored by Sven Zheng's avatar Sven Zheng Committed by Commit Bot

Add e2e test filter for sync_integration_tests

This filter will be applied to the internal bot.

TEST: With this filter all tests can pass.
Bug: 1010568
Change-Id: I046d3f58663c5fde47ac8fb3d099099253dd108f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836139
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Reviewed-by: default avatarMikel Astiz <mastiz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702553}
parent 102de6f0
...@@ -6080,6 +6080,7 @@ if (!is_android && !is_fuchsia) { ...@@ -6080,6 +6080,7 @@ if (!is_android && !is_fuchsia) {
"//third_party/pywebsocket/src/mod_pywebsocket/", "//third_party/pywebsocket/src/mod_pywebsocket/",
"//third_party/tlslite/", "//third_party/tlslite/",
"//testing/xvfb.py", "//testing/xvfb.py",
"//testing/buildbot/filters/e2e.sync_integration_tests.filter",
] ]
if (is_linux || is_win) { if (is_linux || is_win) {
......
# TODO(crbug.com/1010568): Enable all sync e2e tests.
-USS/TwoClientBookmarksSyncTestIncludingUssTests.AddBookmarkWhileDisabled_E2ETest/0
-USS/TwoClientBookmarksSyncTestIncludingUssTests.AddBookmarkWhileDisabled_E2ETest/1
-USS/TwoClientBookmarksSyncTestIncludingUssTests.DISABLED_E2ETest_TwoClientsAddBookmarks/1
-TwoClientDictionarySyncTest.RemoveOnAAddOnB_E2ETest
-TwoClientExtensionAppsSyncTest*
-TwoClientExtensionsSyncTest.UpdateEnableDisableExtension_E2ETest
-TwoClientExtensionsSyncTest.UpdateIncognitoEnableDisable_E2ETest
-TwoClientExtensionsSyncTest.InstallDifferentExtensions_E2ETest
-TwoClientExtensionsSyncTest.StartWithDifferentExtensions_E2ETest
-TwoClientExtensionsSyncTest.StartWithSameExtensions_E2ETest
-TwoClientExtensionsSyncTest.UninstallPreinstalledExtensions_E2ETest
-TwoClientExtensionsSyncTest.Uninstall_E2ETest
-USS/TwoClientPasswordsSyncTest*
-TwoClientPreferencesSyncTest*
-TwoClientSearchEnginesSyncTest.DeleteSyncedDefault_E2ETest
-TwoClientSearchEnginesSyncTest.Delete_E2ETest
-TwoClientSearchEnginesSyncTest.SyncDefault_E2ETest
-TwoClientSearchEnginesSyncTest.UpdateKeyword_E2ETest
-TwoClientSearchEnginesSyncTest.UpdateName_E2ETest
-TwoClientSearchEnginesSyncTest.UpdateUrl_E2ETest
-TwoClientSessionsSyncTest*
-TwoClientThemesSyncTest*
-TwoClientTypedUrlsSyncTest.AddThenDelete_E2ETest
-TwoClientTypedUrlsSyncTest.DisableEnableSync_E2ETest
-TwoClientAutofillProfileSyncTest.DISABLED_E2ETest_TwoClientsAddAutofillProfiles
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