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
commit e112514a3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)
// }
}