Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#30: Skip test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jul 20, 2020
1 parent 320fcbc commit d695e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_taskutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def test_sh_captures_output_in_correct_order_with_fixed_timing(self):

self.assertEqual("FIRST\nSECOND\nTHIRD\n", out.getvalue())

@unittest.skip("To be fixed in github issue #30")
def test_sh_rkd_in_rkd_shows_first_lines_on_error(self):
"""Bugfix: sh() was loosing first line(s) of output, when exception was raised
Expand Down

0 comments on commit d695e95

Please sign in to comment.