diff --git a/dev/devicelab/bin/tasks/flavors_test.dart b/dev/devicelab/bin/tasks/flavors_test.dart index b0fc8363d2..7e50969cd3 100644 --- a/dev/devicelab/bin/tasks/flavors_test.dart +++ b/dev/devicelab/bin/tasks/flavors_test.dart @@ -13,10 +13,6 @@ Future 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); }); }