sheriff: Disable flaky test for Chrome OS.
LayerTreeHostTestViewportRectChangeBlockedMainThread
is quite flaky:
https://analysis.chromium.org/p/chromium/flake-portal/flakes?bug_id=1223226
Disabling the test according to the instructions in
https://source.chromium.org/chromium/chromium/src/+/main:cc/test/layer_tree_test.h;l=341;drc=e7eb50d2e73624917c2f83f920563e186ee8d667
Bug: 1223226
Change-Id: If2537c0c53098a357862537e3c7a14b1666b9300
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3023846
Reviewed-by: Theodore Olsauskas-Warren <sauski@google.com>
Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com>
Owners-Override: Darren Shen <shend@google.com>
Cr-Commit-Position: refs/heads/master@{#900946}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
e28ac9edb9
commit
380ff12015
@ -2886,8 +2886,11 @@ class LayerTreeHostTestViewportRectChangeBlockedMainThread
|
||||
base::test::ScopedFeatureList scoped_feature_list_;
|
||||
};
|
||||
|
||||
// TODO(crbug.com/1223226): Disabled on Chrome OS due to flakiness.
|
||||
#if !defined(OS_CHROMEOS)
|
||||
SINGLE_AND_MULTI_THREAD_TEST_F(
|
||||
LayerTreeHostTestViewportRectChangeBlockedMainThread);
|
||||
#endif
|
||||
|
||||
class LayerTreeHostTestRasterColorSpaceChange : public LayerTreeHostTest {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user