Skip to content

Commit 96e4e09

Browse files
authored
[CI] Disable canStartSeveralAsyncInsideCompletionCallbackWithSafeDtor test as sporadically failing (#32509)
### Tickets: - *151980*
1 parent 92e7f5e commit 96e4e09

File tree

1 file changed

+2
-1
lines changed
  • src/tests/functional/base_func_tests/include/behavior/ov_infer_request

1 file changed

+2
-1
lines changed

src/tests/functional/base_func_tests/include/behavior/ov_infer_request/callback.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ TEST_P(OVInferRequestCallbackTests, syncInferDoesNotCallCompletionCallback) {
4040
}
4141

4242
// test that can wait all callbacks on dtor
43-
TEST_P(OVInferRequestCallbackTests, canStartSeveralAsyncInsideCompletionCallbackWithSafeDtor) {
43+
// Ticket: 151980
44+
TEST_P(OVInferRequestCallbackTests, DISABLED_canStartSeveralAsyncInsideCompletionCallbackWithSafeDtor) {
4445
const int NUM_ITER = 10;
4546
struct TestUserData {
4647
std::atomic<int> numIter = {0};

0 commit comments

Comments
 (0)