Skip to content

Commit 16b100b

Browse files
enable
1 parent ebf74e1 commit 16b100b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

engine/src/flutter/flow/layers/performance_overlay_layer_unittests.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,6 @@ TEST_F(PerformanceOverlayLayerTest, SimpleRasterizerStatistics) {
219219
ImageSizeTextBlobInspector inspector;
220220
display_list()->Dispatch(inspector);
221221

222-
// TODO(https://github.com/flutter/flutter/issues/82202): Remove once the
223-
// performance overlay can use Fuchsia's font manager instead of the empty
224-
// default.
225-
#if defined(OS_FUCHSIA)
226-
GTEST_SKIP() << "Expectation requires a valid default font manager";
227-
#endif // OS_FUCHSIA
228222
ASSERT_EQ(inspector.sizes().size(), 0u);
229223
ASSERT_EQ(inspector.text_blobs().size(), 1u);
230224
ASSERT_EQ(inspector.text_positions().size(), 1u);

0 commit comments

Comments
 (0)