Skip to content

Conversation

@akladiev
Copy link
Collaborator

@akladiev akladiev commented Jan 2, 2026

Tickets:

@akladiev akladiev requested review from a team as code owners January 2, 2026 19:35
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Jan 2, 2026
@akladiev
Copy link
Collaborator Author

akladiev commented Jan 5, 2026

Looks like the test isn't skipped anyway. @p-durandin, could you take a look - what am I doing wrong? The goal is to skip it on Windows only

}

TEST(TensorTest, smoke_outputTensorShapesForDynamicInput) {
SKIP_IF_CURRENT_TEST_IS_DISABLED();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can try to use such a condition here, as far as I know the chosen skip approach does not work for this type of tests

#if defined(_WIN32)
    GTEST_SKIP();
#endif

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, still see it as executed in the latest CI results on Windows ("ov_gpu_func_tests-TensorTest_smoke_canSetTensorForDynamicInputsjmrgulg-1.log" file among the "passed" in logs.zip)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: GPU OpenVINO GPU plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants