Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Re-skip test
  • Loading branch information
camsim99 committed Feb 13, 2024
commit 03f57ea54d07d72c43348d35e4556f75a9d99cde
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,9 @@ void main() {
await controllerCompleter.future;
final Uint8List? bytes = await controller.takeSnapshot();
expect(bytes?.isNotEmpty, true);
});
},
// TODO(stuartmorgan): Re-enable; see https://github.com/flutter/flutter/issues/139825
skip: true);

testWidgets(
'set tileOverlay correctly',
Expand Down