diff --git a/test_integration/init_test.go b/test_integration/init_test.go index be48b542cb..cd9803f69d 100644 --- a/test_integration/init_test.go +++ b/test_integration/init_test.go @@ -28,13 +28,13 @@ func TestMain(m *testing.M) { // os.Exit(1) //} // - //// TODO: Maybe we do not need to created images, but just inject - //// TODO: them with artifacts before container starts the starts (certs and binary and configs) - //err = utils.BuildBaseImages(globalTestExecutionId) - //if err != nil { - // log.Println("Error building base images: ", err.Error()) - // os.Exit(1) - //} + // TODO: Maybe we do not need to created images, but just inject + // TODO: them with artifacts before container starts the starts (certs and binary and configs) + err = utils.BuildBaseImages(globalTestExecutionId) + if err != nil { + log.Println("Error building base images: ", err.Error()) + os.Exit(1) + } exitCode := m.Run()