Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
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
[macOS] Disable FlutterEngineTest.CanOverrideBackgroundColor
This was re-enabled in flutter/flutter#124677
after fixing leaks in #50832.
Since this test involves an NSWindow, there are separate fixes that
should be landed to reduce flakes related to lack of NSWindow close
calls in the tests. See related AppKit bug report filed at
http://www.openradar.me/FB13291861.

Issue: flutter/flutter#145728
Related issue: flutter/flutter#124677
  • Loading branch information
cbracken committed Mar 26, 2024
commit a1d7a31556fc599657163cd8d4b1b195e387fd50
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ @implementation MockableFlutterEngine
latch.Wait();
}

TEST_F(FlutterEngineTest, CanOverrideBackgroundColor) {
TEST_F(FlutterEngineTest, DISABLED_CanOverrideBackgroundColor) {
FlutterEngine* engine = GetFlutterEngine();

// Latch to ensure the entire layer tree has been generated and presented.
Expand Down