Skip to content

Commit 1eac8d6

Browse files
authored
[GHA] Do not repeat failed tests (#26861)
### Details: - Disabled repeating of failed tests ### Tickets: - *135039*
1 parent 6b0ccda commit 1eac8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_vs2019_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ jobs:
491491
- name: Intel CPU plugin func tests (parallel)
492492
run: |
493493
. "${{ env.INSTALL_DIR }}/setupvars.ps1"
494-
python3 ${{ env.PARALLEL_TEST_SCRIPT }} -e ${{ env.INSTALL_TEST_DIR }}/ov_cpu_func_tests.exe -c ${{ env.PARALLEL_TEST_CACHE }} -w ${{ env.INSTALL_TEST_DIR }} -s suite -- --gtest_filter=*smoke*
494+
python3 ${{ env.PARALLEL_TEST_SCRIPT }} -e ${{ env.INSTALL_TEST_DIR }}/ov_cpu_func_tests.exe -c ${{ env.PARALLEL_TEST_CACHE }} -w ${{ env.INSTALL_TEST_DIR }} -s suite -rf 0 -- --gtest_filter=*smoke*
495495
timeout-minutes: 60
496496

497497
- name: Save tests execution time

0 commit comments

Comments
 (0)