Skip to content

Commit 23bf49a

Browse files
Remove xfail from test_os_exit_exits_within_timeout (#2737)
Removed xfail marker from test_os_exit_exits_within_timeout. #### Reference Issues/PRs <!--Example: Fixes #1234. See also #3456.--> #### What does this implement or fix? #### Any other comments? #### Checklist <details> <summary> Checklist for code changes... </summary> - [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes? </details> <!-- Thanks for contributing a Pull Request to ArcticDB! Please ensure you have taken a look at: - ArcticDB's Code of Conduct: https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md - ArcticDB's Contribution Licensing: https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing -->
1 parent cd45508 commit 23bf49a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/tests/stress/arcticdb/version_store/test_deallocation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def killed_worker(lib, io_threads, cpu_threads):
4141

4242
@pytest.mark.parametrize("io_threads_spawned_in_child", [True, False])
4343
@pytest.mark.parametrize("cpu_threads_spawned_in_child", [True, False])
44-
@pytest.mark.xfail(reason="Intermittent failure 9917390284", strict=False)
4544
def test_os_exit_exits_within_timeout(
4645
lmdb_storage, lib_name, io_threads_spawned_in_child, cpu_threads_spawned_in_child
4746
):

0 commit comments

Comments
 (0)