Skip to content

Commit

Permalink
[CAPI] Fix windows issue (openvinotoolkit#21917)
Browse files Browse the repository at this point in the history
  • Loading branch information
riverlijunjie authored Jan 5, 2024
1 parent d3398d2 commit 5897360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ jobs:
call "${{ env.INSTALL_DIR }}\\setupvars.bat" && ${{ env.INSTALL_TEST_DIR }}/ov_template_func_tests --gtest_print_time=1 --gtest_filter=*smoke* --gtest_output=xml:${{ env.INSTALL_TEST_DIR }}/TEST-TemplateFuncTests.xml
- name: OpenVINO C API tests
if: ${{ 'false' }} # Ticket: 123594
if: fromJSON(needs.smart_ci.outputs.affected_components).C_API.test
shell: cmd
run: |
call "${{ env.INSTALL_DIR }}\\setupvars.bat" && ${{ env.INSTALL_TEST_DIR }}/ov_capi_test --gtest_print_time=1 --gtest_output=xml:${{ env.INSTALL_TEST_DIR }}/TEST-OpenVINOCAPITests.xml
Expand Down
3 changes: 1 addition & 2 deletions src/bindings/c/tests/test_model_repo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

#include "test_model_repo.hpp"

#include <common_test_utils/file_utils.hpp>

#include "common_test_utils/file_utils.hpp"
#include "common_test_utils/subgraph_builders/conv_pool_relu_no_reshapes.hpp"

namespace TestDataHelpers {
Expand Down

0 comments on commit 5897360

Please sign in to comment.