mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
Disable EmbedderTest::CanLaunchAndShutdownMultipleTimes. (#12799)
Re-enabling this is tracked in https://github.com/flutter/flutter/issues/41999
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user