From 07abb6240ee60053581d529316ac669fcd42f2a3 Mon Sep 17 00:00:00 2001 From: Andrey Senyaev Date: Wed, 11 May 2022 17:53:40 +0300 Subject: [PATCH] GTest filtered list --- .github/workflows/PR-3.4-W10.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR-3.4-W10.yaml b/.github/workflows/PR-3.4-W10.yaml index a7e8be71a2..d965982f5a 100644 --- a/.github/workflows/PR-3.4-W10.yaml +++ b/.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: