Skip to content

Commit

Permalink
[Hetro][Func Test] only the nightly tests can use hw plugin (#28545)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*

Signed-off-by: Zhai, Xuejun <[email protected]>
  • Loading branch information
zhaixuejun1993 authored Jan 20, 2025
1 parent 3e8bc27 commit f46e3e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace {
const Params params[] = {
std::tuple<Device, Config>{ov::test::utils::DEVICE_HETERO,
{{ov::device::priorities.name(), ov::test::utils::DEVICE_CPU}}},
{{ov::device::priorities.name(), ov::test::utils::DEVICE_TEMPLATE}}},
};
} // namespace

Expand All @@ -19,4 +19,4 @@ INSTANTIATE_TEST_SUITE_P(nightly_HETERO,
INSTANTIATE_TEST_SUITE_P(HETERO_Streams,
CoreThreadingTestsWithIter,
testing::Combine(testing::ValuesIn(params), testing::Values(4), testing::Values(50)),
CoreThreadingTestsWithIter::getTestCaseName);
CoreThreadingTestsWithIter::getTestCaseName);

0 comments on commit f46e3e9

Please sign in to comment.