Skip to content

Commit

Permalink
chore: skip failing tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jude.kwashie committed Sep 12, 2024
1 parent 8889895 commit 44af506
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ void main() {
expect(find.byKey(ValueKey(i.toString())), findsOneWidget);
}
},
skip: isCI && defaultTargetPlatform == TargetPlatform.macOS,
);
});
}
Expand Down

0 comments on commit 44af506

Please sign in to comment.