未验证 提交 f77aa45e 编写于 作者: C Chinmay Garde 提交者: GitHub

Disable flaky test ShellTest_ReportTimingsIsCalled. (#13292)

Investigation is tracked in https://github.com/flutter/flutter/issues/43192
上级 f0c9edcf
......@@ -321,7 +321,8 @@ static void CheckFrameTimings(const std::vector<FrameTiming>& timings,
}
}
TEST_F(ShellTest, ReportTimingsIsCalled) {
// TODO(43192): This test is disable because of flakiness.
TEST_F(ShellTest, DISABLED_ReportTimingsIsCalled) {
fml::TimePoint start = fml::TimePoint::Now();
auto settings = CreateSettingsForFixture();
std::unique_ptr<Shell> shell = CreateShell(settings);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册