We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b31a3 commit c3813f6Copy full SHA for c3813f6
tests/test_command_runner.py
@@ -954,9 +954,6 @@ def command_runner_thread():
954
955
956
def test_heartbeat():
957
- # Don't run this on github actions since they already capture logging output
958
- #if running_on_github_actions():
959
- # return
960
# Log capture class, blatantly copied from https://stackoverflow.com/a/37967421/2635443
961
class TailLogHandler(logging.Handler):
962
0 commit comments