disable linux lsan. (#165620)
With the ubuntu upgrade, everything is leaking now.
This commit is contained in:
parent
0158281d6e
commit
8b49f4d4f0
@ -17,7 +17,6 @@
|
||||
"--unoptimized",
|
||||
"--prebuilt-dart-sdk",
|
||||
"--asan",
|
||||
"--lsan",
|
||||
"--dart-debug",
|
||||
"--rbe",
|
||||
"--no-goma"
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user