File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
- name : Accuracy:photo
145
145
timeout-minutes : 60
146
146
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
147
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_photo --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} --gtest_filter="-Photo_CalibrateDebevec.regression"
147
+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_photo --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
148
148
- name : Accuracy:stitching
149
149
timeout-minutes : 60
150
150
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
- name : Accuracy:photo
163
163
timeout-minutes : 60
164
164
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
165
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_photo --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} --gtest_filter="-Photo_CalibrateDebevec.regression"
165
+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_photo --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
166
166
- name : Accuracy:stitching
167
167
timeout-minutes : 60
168
168
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
- name : Accuracy:photo
149
149
timeout-minutes : 60
150
150
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
151
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_photo --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} --gtest_filter="-Photo_CalibrateDebevec.regression"
151
+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_photo --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
152
152
- name : Accuracy:stereo
153
153
timeout-minutes : 60
154
154
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166
166
- name : Accuracy:photo
167
167
timeout-minutes : 60
168
168
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
169
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_photo --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} --gtest_filter="-Photo_CalibrateDebevec.regression"
169
+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_photo --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
170
170
- name : Accuracy:stereo
171
171
timeout-minutes : 60
172
172
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments