Christine HollingsworthDoes the normal TestExpectations need to be updated too?
Yes, this needs to be updated - just created the reland CL to start (and clicked 'don't notify reviewers' when creating, so this change is still WIP). Will manually mark CL WIP until fixed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: third_party/blink/web_tests/AIExpectations
Insertions: 3, Deletions: 2.
@@ -6,5 +6,6 @@
# TestExpectations file is ignored and this file is referred.
# Temporarily disable flaky Language Detector tests to unblock model validation testing.
-crbug.com/414403946 [ Mac ] external/wpt/ai/language_detection/detector-iframe.https.html [ Skip ]
-crbug.com/414403946 [ Mac ] external/wpt/ai/language_detection/detector-locale.https.window.html [ Skip ]
+# Disables tests on all platforms, since disabling these tests on Mac only is not supported.
+crbug.com/414403946 external/wpt/ai/language_detection/detector-iframe.https.html [ Skip ]
+crbug.com/414403946 external/wpt/ai/language_detection/detector-locale.https.window.html [ Skip ]
```
Reland "[Language Detector] Disable flaky WPT on Mac"
This is a reland of commit b8cbcd9c0ab080b45fbd393805e830c61802aa27
Fixes formatting issues on original change.
Original change's description:
> [Language Detector] Disable flaky WPT on Mac
>
> Temporarily disables WPT that are flaky on Mac.
>
> Model validation requests rely on these tests being green,
> and disabling these tests helps unblock that work, since the
> cause of the flake is suspected to be unrelated to Language
> Detector-specific implementation.
>
> Bug: 414403946
> Change-Id: I8f5b9a51250e21e7a5095df517992c9e54295d3a
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6630563
> Reviewed-by: Nathan Memmott <mem...@chromium.org>
> Commit-Queue: Christine Hollingsworth <chris...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1471445}
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |