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

Enable skipped tests #23168

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*RandomUniformLayerTestCPU.*OutPrc=i64.*)",
// Issue: 123321
R"(.*smoke_RNNSequenceCommonZeroClip/RNNSequenceTest.Inference.*hidden_size=10.*relu.*)",
// Issue: 123427
R"(.*RDFTLayerTest.*SignalSize=().*)",
// Issue: 123815 (Tests are sensintive to available thread count on testing machines)
R"(.*smoke_Snippets_MHA_.?D_SplitDimensionM.*)",
// Issue: 122356
Expand Down
3 changes: 0 additions & 3 deletions src/plugins/template/tests/functional/skip_tests_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ std::vector<std::string> disabledTestPatterns() {
// unsupported metrics
R"(.*smoke_OVGetMetricPropsTest.*OVGetMetricPropsTest.*(RANGE_FOR_STREAMS|MAX_BATCH_SIZE).*)",

// CVS-55937
R"(.*SplitLayerTest.*numSplits=30.*)",

// CVS-64094
R"(.*ReferenceLogSoftmaxLayerTest.*4.*iType=f16.*axis=.*1.*)",
// CVS-64012
Expand Down
Loading