Skip to content

Commit

Permalink
skip output test
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Jul 19, 2019
1 parent 65de6bc commit 457e03c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/pipeline_manager/test_pipeline_manager_timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_timestamp_requires_no_arguments(get_pipe_manager):
pm.timestamp()



@pytest.mark.skip
def test_timestamp_message(get_pipe_manager, capsys):
""" Tests for the message component of a timestamp() call. """
name = "TestPM"
Expand All @@ -54,6 +54,7 @@ def test_timestamp_message(get_pipe_manager, capsys):
sys.stderr.write(err)

# The stdout capture with capsys comes through as a single unicode block.
# With the move to logger, this test is no longer capturing the output
assert message_content in str(out), \
"Missing timestamp message ('{}') in message(s)".\
format(message_content)
Expand Down

0 comments on commit 457e03c

Please sign in to comment.