disable linux lsan. (#165620)

With the ubuntu upgrade, everything is leaking now.
This commit is contained in:
Jonah Williams 2025-03-20 18:36:47 -07:00 committed by GitHub
parent 0158281d6e
commit 8b49f4d4f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@
"--unoptimized",
"--prebuilt-dart-sdk",
"--asan",
"--lsan",
"--dart-debug",
"--rbe",
"--no-goma"

View File

@ -4385,7 +4385,7 @@ TEST_F(ShellTest, PointerPacketFlushMessageLoop) {
}
// Verifies a pointer event will flush the dart event loop.
TEST_F(ShellTest, PointerPacketsAreDispatchedWithTask) {
TEST_F(ShellTest, DISABLED_PointerPacketsAreDispatchedWithTask) {
Settings settings = CreateSettingsForFixture();
ThreadHost thread_host("io.flutter.test." + GetCurrentTestName() + ".",
ThreadHost::Type::kPlatform);