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

disable MotionEvents test (#54023)

parent 46ce54db
......@@ -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);
});
}
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