Update xfail marks#3882
Merged
AlexanderDokuchaev merged 8 commits intoopenvinotoolkit:developfrom Feb 27, 2026
Merged
Conversation
be995f5 to
ccdc562
Compare
anzr299
reviewed
Feb 4, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates xfail marks in test files by removing marks for resolved tickets and updating ticket references. The changes are aimed at cleaning up test expectations after several issues have been closed.
Changes:
- Removed xfail marks for resolved tickets (CVS-165186, CVS-166847, CVS-165013, CVS-148819, CVS-176465)
- Updated xfail reason for tinyllama_data_aware_gptq_scale_estimation_stateful_backend_OV from Issue-148819 to Issue-180624
- Deleted obsolete test method overrides that only added xfail decorators
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/torch/function_hook/sparsify_activations/test_algo.py | Removed xfail check for resolved ticket CVS-165186 |
| tests/post_training/data/wc_reference_data.yaml | Updated xfail reason to new ticket CVS-180624 and removed xfail marks for resolved tickets |
| tests/post_training/data/ptq_reference_data.yaml | Removed exception_xfail_reason blocks for resolved ticket CVS-166847 |
| tests/openvino/native/quantization/test_weights_compression.py | Removed test method overrides with xfail marks for resolved ticket CVS-176465 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
anzr299
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
CVS-176465 - closed
CVS-166847 - closed
CVS-165013 - closed
CVS-165186 - closed
CVS-148819 - closed
Related tickets
CVS-176784
Tests
https://github.com/openvinotoolkit/nncf/actions/runs/21672290150
https://github.com/openvinotoolkit/nncf/actions/runs/21672507289
PTQ-795