Skip to content

Commit

Permalink
Mark xfail to randomly failed test (#1288)
Browse files Browse the repository at this point in the history
### Summary
- Same as title
- Please see this test log
https://github.com/openvinotoolkit/datumaro/actions/runs/8165527876/job/22322825428#step:6:4252

### How to test
<!-- Describe the testing procedure for reviewers, if changes are
not fully covered by unit tests or manual testing can be complicated.
-->

### Checklist
<!-- Put an 'x' in all the boxes that apply -->
- [x] I have added unit tests to cover my changes.​
- [x] I have added integration tests to cover my changes.​
- [ ] I have added the description of my changes into
[CHANGELOG](https://github.com/openvinotoolkit/datumaro/blob/develop/CHANGELOG.md).​
- [x] I have updated the
[documentation](https://github.com/openvinotoolkit/datumaro/tree/develop/docs)
accordingly

### License

- [x] I submit _my code changes_ under the same [MIT
License](https://github.com/openvinotoolkit/datumaro/blob/develop/LICENSE)
that covers the project.
  Feel free to contact the maintainers if that's a concern.
- [x] I have updated the license header for each file (see an example
below).

```python
# Copyright (C) 2024 Intel Corporation
#
# SPDX-License-Identifier: MIT
```

Signed-off-by: Kim, Vinnam <[email protected]>
  • Loading branch information
vinnamkim authored Mar 6, 2024
1 parent 78d3b4d commit 953c7de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/algorithms/test_RISE.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@


class RiseTest(TestCase):
@pytest.mark.xfail(reason="See ticket no. 134782")
@mark_requirement(Requirements.DATUM_GENERAL_REQ)
def test_rise_can_be_applied_to_classification_model(self):
model = OpenvinoLauncher(
Expand Down

0 comments on commit 953c7de

Please sign in to comment.