Skip to content

Commit

Permalink
Merge branch 'master' into feat/rawImages
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki authored Nov 25, 2023
2 parents 388719b + 16feb73 commit 15c95e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/api_ocr_ingredients_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ void main() {
OpenFoodFactsLanguage.FRENCH,
OcrField.TESSERACT,
),
skip: 'Server error',
);

test(
Expand All @@ -80,6 +81,7 @@ void main() {
OpenFoodFactsLanguage.GERMAN,
OcrField.TESSERACT,
),
skip: 'Server error',
);

test('Add ingredients image to OFF server and then extract the text',
Expand Down

0 comments on commit 15c95e5

Please sign in to comment.