mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This reverts commit f8784e72a96d770055757e8787a5303d3a87ebbb.
This commit is contained in:
parent
592f7886e5
commit
dbecf2afd5
@ -24,7 +24,9 @@ Future<void> main() async {
|
||||
await driver.waitFor(find.byValueKey('PlatformView'));
|
||||
final String errorMessage = await driver.requestData('run test');
|
||||
expect(errorMessage, '');
|
||||
});
|
||||
},
|
||||
// TODO(amirh): enable this test https://github.com/flutter/flutter/issues/54022
|
||||
skip: true);
|
||||
|
||||
test('AlertDialog from platform view context', () async {
|
||||
final SerializableFinder wmListTile =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user