Unverified Commit 3f688f6e authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

Reopen the tree by fixing flavors_test (#94436)

parent 361d416e
......@@ -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);
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment