Skip to content

Commit 47ca946

Browse files
committed
tests: Don't check heartbeat on github actions
1 parent e70043f commit 47ca946

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_command_runner.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,9 @@ def test_no_close_queues():
977977

978978

979979
def test_heartbeat():
980+
# Don't run this on github actions since they already capture logging output
981+
if running_on_github_actions():
982+
return
980983
tail = TailLogger(10)
981984

982985
formatter = logging.Formatter(

0 commit comments

Comments
 (0)