Skip to content

Commit 8a9b75c

Browse files
authored
[GPU] Skip CoreThreadingTestsWithIter func tests (#33962)
### Details: - `CoreThreadingTestsWithIter` functional tests had been disabled, but they were enabled in #33862. - However, these tests are still showing sporadic failures, and the issue has not been resolved. - Therefore, they are added back to the skip list. ### Tickets: - *180519*
1 parent 992d18c commit 8a9b75c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/intel_gpu/tests/functional/shared_tests_instances/skip_tests_config.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ std::vector<std::string> disabledTestPatterns() {
6262
R"(.*smoke.*BehaviorTests.*InferFullyDynamicNetworkWith(S|G)etTensor.*)",
6363
R"(.*smoke.*BehaviorTests.*DynamicOutputToDynamicInput.*)",
6464
R"(.*smoke.*BehaviorTests.*DynamicInputToDynamicOutput.*)",
65+
// TODO: Issue: 180519
66+
R"(.*CoreThreadingTestsWithIter.*)",
6567
// TODO: Issue: 145926
6668
R"(.*CoreThreadingTest.smoke_QueryModel.*)",
6769
// Assign-3/ReadValue-3 does not have evaluate() methods; ref implementation does not save the value across the inferences.

0 commit comments

Comments
 (0)