Reopen the tree by fixing flavors_test (#94436)

This commit is contained in:
Zachary Anderson 2021-11-30 16:16:11 -08:00 committed by GitHub
parent 361d416e6a
commit 3f688f6e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,6 @@ Future<void> main() async {
await createFlavorsTest().call();
await createIntegrationTestFlavorsTest().call();
// This is a test that we can use to close the tree until
// https://github.com/flutter/flutter/issues/74529 is addressed.
return TaskResult.failure('Failing to close the tree for https://github.com/flutter/flutter/issues/94356');
// return TaskResult.success(null);
return TaskResult.success(null);
});
}