Unverified Commit ba18e99d authored by Amir Hardon's avatar Amir Hardon Committed by GitHub

Enable the android_views AlertDialog test (#54163)

parent 8f7327f8
......@@ -38,8 +38,5 @@ Future<void> main() async {
await driver.tap(showAlertDialog);
final String status = await driver.getText(find.byValueKey('Status'));
expect(status, 'Success');
},
// TODO(amirh): enable this test when https://github.com/flutter/flutter/issues/34248 is fixed.
skip: true,
);
});
}
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