Disable EmbedderTest::CanLaunchAndShutdownMultipleTimes. (#12799)

Re-enabling this is tracked in https://github.com/flutter/flutter/issues/41999
This commit is contained in:
Chinmay Garde
2019-10-04 11:45:00 -07:00
committed by GitHub
parent bfd7c1c571
commit 46fecaeb45
@@ -50,7 +50,8 @@ TEST_F(EmbedderTest, CanLaunchAndShutdownWithValidProjectArgs) {
engine.reset();
}
TEST_F(EmbedderTest, CanLaunchAndShutdownMultipleTimes) {
// TODO(41999): Disabled because flaky.
TEST_F(EmbedderTest, DISABLED_CanLaunchAndShutdownMultipleTimes) {
EmbedderConfigBuilder builder(GetEmbedderContext());
builder.SetSoftwareRendererConfig();
for (size_t i = 0; i < 3; ++i) {