Skip to content

Commit

Permalink
[GHA] Do not repeat failed tests (openvinotoolkit#26861)
Browse files Browse the repository at this point in the history
### Details:
 - Disabled repeating of failed tests
 
### Tickets:
 - *135039*
  • Loading branch information
mryzhov authored Sep 30, 2024
1 parent 6b0ccda commit 1eac8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_vs2019_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ jobs:
- name: Intel CPU plugin func tests (parallel)
run: |
. "${{ env.INSTALL_DIR }}/setupvars.ps1"
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*
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*
timeout-minutes: 60

- name: Save tests execution time
Expand Down

0 comments on commit 1eac8d6

Please sign in to comment.