mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
disable MotionEvents test (#54023)
This commit is contained in:
parent
46ce54db88
commit
caeaac7739
@ -25,6 +25,8 @@ 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);
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user