Commit 3944fd9c authored by Ben Joyce's avatar Ben Joyce Committed by Chromium LUCI CQ

Remove TODO as tests were fixed.

CastSessionControllerTests were fixed.

Bug: 1147740
Change-Id: I33fac64b04eb8e29d06286f657d74a6e1194a464
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570410
Auto-Submit: benjamin joyce <bjoyce@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833281}
parent 50e2c0f7
...@@ -28,15 +28,10 @@ _EXCLUDED_CLASSES_PREFIXES = ('android', 'junit', 'org/bouncycastle/util', ...@@ -28,15 +28,10 @@ _EXCLUDED_CLASSES_PREFIXES = ('android', 'junit', 'org/bouncycastle/util',
'org/hamcrest', 'org/junit', 'org/mockito') 'org/hamcrest', 'org/junit', 'org/mockito')
# Suites we shouldn't shard, usually because they don't contain enough test # Suites we shouldn't shard, usually because they don't contain enough test
# cases. Some suites have poorly formed tests that rely on setup in other # cases.
# tests.
_EXCLUDED_SUITES = { _EXCLUDED_SUITES = {
# Too small to shard test suites.
'password_check_junit_tests', 'password_check_junit_tests',
'touch_to_fill_junit_tests', 'touch_to_fill_junit_tests',
# Poorly formed test suites.
# TODO: (crbug.com/1147740) Remove component_junit_tests when it's fixed.
'components_junit_tests'
} }
# Running time for chrome_junit_tests locally: # Running time for chrome_junit_tests locally:
......
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