Skip to content

Commit

Permalink
fix: fixed unit tests (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki committed Jul 12, 2023
1 parent 94559a3 commit 60bd0ee
Show file tree
Hide file tree
Showing 7 changed files with 960 additions and 981 deletions.
4 changes: 2 additions & 2 deletions test/api_add_product_image_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void main() {
// the list of uploaded images with the uploader user id and uploaded_t
// timestamp.
});
});
}, skip: 'TEST env is not reliable');

group('$OpenFoodAPIClient modify product image', () {
test('image angle', () async {
Expand Down Expand Up @@ -262,5 +262,5 @@ void main() {
// this guy is rather slow
Duration(seconds: 90),
));
});
}, skip: 'TEST env is not reliable');
}

0 comments on commit 60bd0ee

Please sign in to comment.