Skip to content

Commit

Permalink
chore: skip tesseract tests with server errors (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki authored Nov 25, 2023
1 parent a40101c commit 16feb73
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 16feb73

Please sign in to comment.