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:
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' }}
Original file line number Diff line number Diff 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' }}
You can’t perform that action at this time.
0 commit comments