Commit 1e18c383 authored by Hans Muller's avatar Hans Muller

Uncomment the Dismissable unit test that checks for a #1068 fix

parent 5125bd5d
......@@ -207,7 +207,6 @@ void main() {
// This is a regression test for
// https://github.com/domokit/sky_engine/issues/1068
/*
test('Verify that drag-move events do not assert', () {
WidgetTester tester = new WidgetTester();
scrollDirection = ScrollDirection.horizontal;
......@@ -229,5 +228,4 @@ void main() {
tester.dispatchEvent(pointer.move(location + (offset * 4.0)), location);
tester.pumpFrame(widgetBuilder);
});
*/
}
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