Skip to content

Commit

Permalink
disable tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Oct 17, 2024
1 parent 9759603 commit 270dd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:
--gtest_output=xml:${INSTALL_TEST_DIR}/TEST-ov_auto_unit_tests.xml
- name: AUTO func Tests
if: ${{ !cancelled() }}
if: ${{ 'false' }} # Issue 155210
run: |
source ${{ env.INSTALL_DIR }}/setupvars.sh
${{ env.INSTALL_TEST_DIR }}/ov_auto_func_tests --gtest_print_time=1 \
Expand Down

0 comments on commit 270dd7e

Please sign in to comment.