Commit 41d1a9f1 authored by Hans Muller's avatar Hans Muller

Skip gallery smoke test (#4108)

parent 17b9c12b
......@@ -109,5 +109,6 @@ void main() {
await tester.tap(find.text('Light'));
await tester.pump();
await tester.pump(const Duration(seconds: 1)); // Wait until it's changed.
});
},
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