We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b68248 commit dae1849Copy full SHA for dae1849
.github/workflows/OCV-Nightly-RISCV.yaml
@@ -530,7 +530,7 @@ jobs:
530
cd $HOME/build
531
$TEST_RUNNER bin/opencv_test_core \
532
$TEST_OPT \
533
- --gtest_filter=*:-hal_intrin128.float64x2_BASELINE:Core_ArithmMask.uninitialized:Core_ConvertScale/ElemWiseTest.accuracy/*
+ --gtest_filter=*:-hal_intrin128.float64x2_BASELINE:Core_ArithmMask.uninitialized:Core_ConvertScale*/ElemWiseTest.accuracy/*
534
- name: Run imgproc test
535
timeout-minutes: 60
536
if: ${{ always() && steps.build.outcome == 'success' }}
0 commit comments