Merge pull request #21970 from asenyaev:asen/filtering_tests_3.4

GTest filtered list for 3.4 branch
pull/21975/head
OpenCV Pushbot 3 years ago committed by GitHub
commit 280a99b3b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/PR-3.4-W10.yaml

@ -12,7 +12,7 @@ env:
PR_AUTHOR_FORK: ${{ github.event.pull_request.head.repo.full_name }}
SOURCE_BRANCH_NAME: ${{ github.head_ref }}
TARGET_BRANCH_NAME: ${{ github.base_ref }}
GTEST_FILTER_STRING: '-Samples.findFile:ExposureCompensate.SimilarityThreshold:DNNTestNetwork.MobileNet_SSD_v2_TensorFlow*:DNNTestNetwork.Inception_v2_SSD_TensorFlow*:Test_TensorFlow_nets.Inception_v2_SSD*:Test_Darknet_nets.YOLOv4_tiny*:videoio/videocapture_acceleration.read/61:Drawing.ttf_text'
GTEST_FILTER_STRING: '-Samples.findFile'
GIT_CACHE: c:\Slave\git_cache
jobs:

Loading…
Cancel
Save