Skip to content

Commit 7f89b43

Browse files
authored
[macOS] Disable FlutterEngineTest.BackgroundColor (flutter#52341)
This was re-enabled in flutter#124677 after fixing leaks in flutter/engine#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#145728 Related issue: flutter#124677 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent eacddbf commit 7f89b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/macos/framework/Source/FlutterEngineTest.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ @implementation MockableFlutterEngine
223223
EXPECT_TRUE(stdout_capture.GetOutput().find("Hello logging") != std::string::npos);
224224
}
225225

226-
TEST_F(FlutterEngineTest, BackgroundIsBlack) {
226+
TEST_F(FlutterEngineTest, DISABLED_BackgroundIsBlack) {
227227
FlutterEngine* engine = GetFlutterEngine();
228228

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

0 commit comments

Comments
 (0)