File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
- name : Accuracy:objdetect
136
136
timeout-minutes : 60
137
137
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 }}
139
139
- name : Accuracy:photo
140
140
timeout-minutes : 60
141
141
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
- name : Accuracy:objdetect
154
154
timeout-minutes : 60
155
155
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 }}
157
157
- name : Accuracy:photo
158
158
timeout-minutes : 60
159
159
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments