Reopen the tree by fixing flavors_test (#94436)
This commit is contained in:
parent
361d416e6a
commit
3f688f6e83
@ -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);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user