Skip to content

Commit

Permalink
[camera] Skip another flaky Android test
Browse files Browse the repository at this point in the history
This test is showing the same flake as the recently-skipped "detached create does not call create on the Java side" tests.

See flutter/flutter#164132
  • Loading branch information
stuartmorgan authored Feb 27, 2025
1 parent 01d3d5c commit f996e40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void main() {

verify(mockApi.create(argThat(isA<int>()), aspectRatio, bitRate,
qualitySelectorIdentifier));
});
}, skip: 'Flaky test: https://github.com/flutter/flutter/issues/164132');

test('getDefaultQualitySelector returns expected QualitySelector',
() async {
Expand Down

0 comments on commit f996e40

Please sign in to comment.