Skip to content

Commit d61de34

Browse files
authored
Restored test Photo_CalibrateDebevec. (#103)
1 parent c6f53d8 commit d61de34

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -144,7 +144,7 @@ jobs:
144144
- name: Accuracy:photo
145145
timeout-minutes: 60
146146
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 }}
148148
- name: Accuracy:stitching
149149
timeout-minutes: 60
150150
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
@@ -162,7 +162,7 @@ jobs:
162162
- name: Accuracy:photo
163163
timeout-minutes: 60
164164
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 }}
166166
- name: Accuracy:stitching
167167
timeout-minutes: 60
168168
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Accuracy:photo
149149
timeout-minutes: 60
150150
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 }}
152152
- name: Accuracy:stereo
153153
timeout-minutes: 60
154154
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- name: Accuracy:photo
167167
timeout-minutes: 60
168168
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 }}
170170
- name: Accuracy:stereo
171171
timeout-minutes: 60
172172
if: ${{ always() && steps.build-opencv.outcome == 'success' }}

0 commit comments

Comments
 (0)