Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PyOV] move rest of start_async tests to test_async #21643

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

akuporos
Copy link
Contributor

Details:

  • item1
  • ...

Tickets:

  • ticket-id

@akuporos akuporos requested a review from a team as a code owner December 13, 2023 18:35
@akuporos akuporos added this to the 2023.3 milestone Dec 13, 2023
@akuporos akuporos added the category: Python API OpenVINO Python bindings label Dec 13, 2023
@@ -325,3 +316,122 @@ def test_shared_memory_deprecation(device, shared_flag):
with pytest.warns(FutureWarning, match="`shared_memory` is deprecated and will be removed in 2024.0"):
queue.start_async(input_data, shared_memory=shared_flag)
queue.wait_all()


@pytest.mark.skip(reason="Sporadically failed. Need further investigation. Ticket - 95967")
Copy link
Contributor

@ilya-lavrenov ilya-lavrenov Dec 13, 2023

Choose a reason for hiding this comment

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

what kind of errors does it report?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It sporadically failed in CI some time ago.
Unfortunately, I couldn't find what exactly the error was.
BTW, we have a ticket for this skip -- 95967.
I may try to remove skip after CF.

@akuporos akuporos merged commit 0a21205 into openvinotoolkit:master Dec 14, 2023
61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Python API OpenVINO Python bindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants