Skip to content

Commit 814b897

Browse files
ericbklokChromium LUCI CQ
authored andcommitted
Change AccessibilitySettingsTest to use Batch.PER_CLASS.
This test was originally not batched at all. Tried to go the opposite extreme, but started to see flakiness. As a first step, dial it down to batch per class. If this still causes issues, then we need to turn off batching entirely (i.e. @DoNotBatch(reason = "...")) Bug: 448783454 Change-Id: Ib5da2551a22c034eab4965098b5414dd76855798 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7062051 Commit-Queue: Wenyu Fu <[email protected]> Reviewed-by: Wenyu Fu <[email protected]> Auto-Submit: Eric Lok <[email protected]> Cr-Commit-Position: refs/heads/main@{#1532377}
1 parent f7fcb0e commit 814b897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/browser_ui/accessibility/android/java/src/org/chromium/components/browser_ui/accessibility/AccessibilitySettingsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
ContentFeatureList.ACCESSIBILITY_PAGE_ZOOM_V2,
7474
ContentFeatureList.SMART_ZOOM
7575
})
76-
@Batch(Batch.UNIT_TESTS)
76+
@Batch(Batch.PER_CLASS)
7777
public class AccessibilitySettingsTest {
7878
private AccessibilitySettings mAccessibilitySettings;
7979

0 commit comments

Comments
 (0)