Skip to content

Fix flaky TestSSHIntegration test

Axel von Bertoldi requested to merge avonbertoldi/fix-flaky-ssh-test into master

There must be some synchronization gremlins with bytes.Buffer, because TestSSHIntegration.context_finished_after_command is flaky. Simply changing the bytes.Buffer to a strings.Builder makes it not flaky.

Edited by Axel von Bertoldi

Merge request reports