Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3ef6c53

Browse files
authored
Disable flaky linux desktop test (#51231)
For flutter/flutter#138197
1 parent 5bbac1a commit 3ef6c53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

shell/platform/linux/fl_texture_registrar_test.cc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ TEST(FlTextureRegistrarTest, MarkTextureFrameAvailable) {
119119

120120
// Test the textures can be accessed via multiple threads without
121121
// synchronization issues.
122-
TEST(FlTextureRegistrarTest, RegistrarRegisterTextureInMultipleThreads) {
122+
// TODO(robert-ancell): Re-enable when no longer flaky
123+
// https://github.com/flutter/flutter/issues/138197
124+
TEST(FlTextureRegistrarTest,
125+
DISABLED_RegistrarRegisterTextureInMultipleThreads) {
123126
g_autoptr(FlEngine) engine = make_mock_engine();
124127
g_autoptr(FlTextureRegistrar) registrar = fl_texture_registrar_new(engine);
125128
pthread_t threads[kThreadCount];

0 commit comments

Comments
 (0)