Skip to content

Commit 89aad20

Browse files
authored
Restore QR code tests on ARM after resize fix. (#83)
1 parent 4c4376e commit 89aad20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/OCV-PR-4.x-ARM64-Debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Accuracy:objdetect
136136
timeout-minutes: 60
137137
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
138-
run: cd $HOME/build && xvfb-run -a bin/opencv_test_objdetect --test_threads=${{ env.PARALLEL_JOBS }} --gtest_filter="-Objdetect_QRCode_Close.regression/0:Objdetect_QRCode_Close.regression/4"
138+
run: cd $HOME/build && xvfb-run -a bin/opencv_test_objdetect --test_threads=${{ env.PARALLEL_JOBS }}
139139
- name: Accuracy:photo
140140
timeout-minutes: 60
141141
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

.github/workflows/OCV-PR-4.x-ARM64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Accuracy:objdetect
154154
timeout-minutes: 60
155155
if: ${{ always() && steps.build-opencv.outcome == 'success' }}
156-
run: cd $HOME/build && xvfb-run -a bin/opencv_test_objdetect --test_threads=${{ env.PARALLEL_JOBS }} --gtest_filter="-Objdetect_QRCode_Close.regression/0:Objdetect_QRCode_Close.regression/4"
156+
run: cd $HOME/build && xvfb-run -a bin/opencv_test_objdetect --test_threads=${{ env.PARALLEL_JOBS }}
157157
- name: Accuracy:photo
158158
timeout-minutes: 60
159159
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

0 commit comments

Comments
 (0)