Skip to content

Commit 6df5557

Browse files
committed
The blocking behavior of cat - was resolved by a5c232a
1 parent 61287b1 commit 6df5557

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/framework/run.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,14 +1753,6 @@ def test_run_shell_cmd_timeout_stream(self):
17531753
run_shell_cmd, cmd, timeout=.5, stream_output=True
17541754
)
17551755

1756-
# Failure on stdout read timeout
1757-
cmd = 'timeout 1 cat -'
1758-
with self.mocked_stdout_stderr():
1759-
self.assertErrorRegex(
1760-
EasyBuildError, "Timeout during `.*` after .* seconds",
1761-
run_shell_cmd, cmd, timeout=.5, stream_output=True
1762-
)
1763-
17641756
# Success
17651757
cmd = 'sleep .5 && echo hello'
17661758
with self.mocked_stdout_stderr():

0 commit comments

Comments
 (0)