Skip to content

Commit

Permalink
chore: skip macOS failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jude.kwashie committed Sep 12, 2024
1 parent b655f42 commit c0dbc1f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ void main() {
await tester.pump();

expect(find.byType(ListView), findsOneWidget);
});
},
skip: isCI && defaultTargetPlatform == TargetPlatform.macOS,
);

testWidgets(
'When reaching the end of the list, loads more items',
Expand Down

0 comments on commit c0dbc1f

Please sign in to comment.