Merge branch 'main' into integration-ts-interface

This commit is contained in:
Kristoffer Dalby
2022-10-21 15:37:21 +02:00
committed by GitHub
6 changed files with 172 additions and 52 deletions

View File

@@ -69,8 +69,8 @@ func TestPingAll(t *testing.T) {
t.Logf("%d successful pings out of %d", success, len(allClients)*len(allIps))
err = scenario.Shutdown()
if err != nil {
t.Errorf("failed to tear down scenario: %s", err)
}
// err = scenario.Shutdown()
// if err != nil {
// t.Errorf("failed to tear down scenario: %s", err)
// }
}