Commit 17769fb0 authored by Dominic Battre's avatar Dominic Battre Committed by Commit Bot

[Sheriff] Disable flaky DroppedFrameCounterMainDrops* tests

TBR=sadrul@chromium.org

Bug: 1115376
Change-Id: I2245dfb061fba74f29e4702c79f537253bfe3d7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2395656Reviewed-by: default avatarDominic Battré <battre@chromium.org>
Commit-Queue: Dominic Battré <battre@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804731}
parent 106640c2
......@@ -226,7 +226,8 @@ class DroppedFrameCounterMainDropsNoSmoothness
}
};
MULTI_THREAD_TEST_F(DroppedFrameCounterMainDropsNoSmoothness);
// TODO(crbug.com/1115376) Disabled for flakiness.
// MULTI_THREAD_TEST_F(DroppedFrameCounterMainDropsNoSmoothness);
class DroppedFrameCounterMainDropsSmoothnessTest
: public DroppedFrameCounterTestBase {
......@@ -243,7 +244,8 @@ class DroppedFrameCounterMainDropsSmoothnessTest
}
};
MULTI_THREAD_TEST_F(DroppedFrameCounterMainDropsSmoothnessTest);
// TODO(crbug.com/1115376) Disabled for flakiness.
// MULTI_THREAD_TEST_F(DroppedFrameCounterMainDropsSmoothnessTest);
} // namespace
} // namespace cc
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