0
Files
src/content/test
Friedrich Hauser ebe09df010 Revert "[A11y] Reenable input dump tree tests"
This reverts commit 783dbd937f.

Reason for revert: Consistently failing on android-automotive since
https://ci.chromium.org/ui/p/chrome/builders/ci/android-automotive-12l-x64-rel-tests/1947/test-results?sortby=&groupby=
with a crash [browser_accessibility_state_impl.cc(569)] Check failed: !new_mode.has_mode(ui::AXMode::kInlineTextBoxes). 

Please add the automotive bots to your CQ runs for reland.
It could be appropriate to initially skip the tests on auto with
```
if (base::android::BuildInfo::GetInstance()->is_automotive()) {
  GTEST_SKIP() << "This test should not run on automotive.";
}
```

Original change's description:
> [A11y] Reenable input dump tree tests
>
> Bug: 430622, 423675, 1186138, 1314896, 1488592, 40666501, 40875029, 40887968, 40946735, 40868032, 329275097, 329271598, 365027678
> Change-Id: Ia4fdbb387a5976715b445d011bda60d359d4d933
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5845389
> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org>
> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org>
> Reviewed-by: Dirk Pranke <dpranke@google.com>
> Cr-Commit-Position: refs/heads/main@{#1356048}

Bug: 430622, 423675, 1186138, 1314896, 1488592, 40666501, 40875029, 40887968, 40946735, 40868032, 329275097, 329271598, 365027678
Change-Id: I51ae5f68d222739c62c5fd0ee6620db7df58c12e
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5869970
Auto-Submit: Friedrich Hauser <friedrichh@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Owners-Override: Friedrich Hauser <fhorschig@google.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1356353}
2024-09-17 09:13:24 +00:00
..