-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Disable sporadic GPU smoke_outputTensorShapesForDynamicInput on Windows #33442
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
base: master
Are you sure you want to change the base?
Changes from 2 commits
35ab9a3
4582da6
6c1d139
65f065d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,7 @@ | |
| #include "common_test_utils/test_common.hpp" | ||
| #include "common_test_utils/common_utils.hpp" | ||
| #include "common_test_utils/node_builders/activation.hpp" | ||
| #include "functional_test_utils/skip_tests_config.hpp" | ||
| #include "openvino/core/partial_shape.hpp" | ||
| #include "openvino/core/preprocess/pre_post_process.hpp" | ||
| #include "openvino/op/parameter.hpp" | ||
|
|
@@ -339,6 +340,7 @@ TEST(VariablesTest, smoke_padded_tensor_set_get_state_with_convert) { | |
| } | ||
|
|
||
| TEST(TensorTest, smoke_outputTensorShapesForDynamicInput) { | ||
| SKIP_IF_CURRENT_TEST_IS_DISABLED(); | ||
|
||
| auto core = ov::Core(); | ||
| using namespace ov::preprocess; | ||
| auto p = PrePostProcessor(ov::test::utils::make_split_multi_conv_concat()); | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.