Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip for now
  • Loading branch information
dnfield committed Jun 8, 2022
commit ae5131d4ab2a213553225b7ae1ab4c51781981f1
6 changes: 6 additions & 0 deletions shell/common/shell_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,12 @@ static void CheckFrameTimings(const std::vector<FrameTiming>& timings,
}

TEST_F(ShellTest, ReportTimingsIsCalled) {
// This test times out on FEMU.
// https://github.com/flutter/flutter/issues/105642
#if OS_FUCHSIA
GTEST_SKIP();
#endif

fml::TimePoint start = fml::TimePoint::Now();
auto settings = CreateSettingsForFixture();
std::unique_ptr<Shell> shell = CreateShell(settings);
Expand Down