Skip to content

Conversation

@RajeevSekar
Copy link

Test Case is temporarily skipped until the issue is fixed in Openvino [CVS-176933].

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR temporarily skips the MathOpTest.Clip_Default_int64 test case for the OpenVINO execution provider due to a known issue tracked as CVS-176933.

  • Adds a conditional skip for the test when OpenVINO provider is available

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

}

if (DefaultOpenVINOExecutionProvider().get() != nullptr) {
GTEST_SKIP() << "Skipping because of the following error: error: Expected equality of these values: cur_expected[i] Which is: 11 cur_actual[i] Which is: 0";
Copy link

Copilot AI Nov 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The error message contains a redundant 'error:' prefix at the beginning. Consider removing it for consistency with the existing skip message above (line 86).

Suggested change
GTEST_SKIP() << "Skipping because of the following error: error: Expected equality of these values: cur_expected[i] Which is: 11 cur_actual[i] Which is: 0";
GTEST_SKIP() << "Skipping because of the following error: Expected equality of these values: cur_expected[i] Which is: 11 cur_actual[i] Which is: 0";

Copilot uses AI. Check for mistakes.
Copy link

@ankitm3k ankitm3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is how you disable the test @RajeevSekar , rebuild & test again

test.Run(OpTester::ExpectResult::kExpectSuccess, "", {kTensorrtExecutionProvider, kOpenVINOExecutionProvider});

Copy link

@preetha-intel preetha-intel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disabling the test case until the op failure is fixed in OV.

@preetha-intel preetha-intel merged commit 2f7212c into ovep-develop Nov 20, 2025
6 of 8 checks passed
@preetha-intel preetha-intel deleted the rajeev/clip_int64 branch November 20, 2025 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants