Skip to content

Commit

Permalink
Updare the reference to our own nv-morpheus#2110 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 15, 2025
1 parent 5b76034 commit d8f5d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/morpheus/utils/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_configure_logging_from_file_filenotfound():


@pytest.mark.skipif(platform.machine() == 'aarch64',
reason="Appears to be caused by https://github.com/python/cpython/issues/101094")
reason="Remove skip once https://github.com/nv-morpheus/Morpheus/issues/2110 is resolved")
def test_configure_logging_custom_handlers():
# Create a string stream for the handler
string_stream_1 = io.StringIO()
Expand Down

0 comments on commit d8f5d9e

Please sign in to comment.