diff --git a/integration/build_cluster_test.go b/integration/build_cluster_test.go index 28fd2f7d1cb..3fee8326623 100644 --- a/integration/build_cluster_test.go +++ b/integration/build_cluster_test.go @@ -33,9 +33,6 @@ import ( // run on GCP as this test requires a load balancer func TestBuildKanikoInsecureRegistry(t *testing.T) { - // TODO: This test shall pass once render v2 is completed. - t.SkipNow() - MarkIntegrationTest(t, NeedsGcp) ns, client := SetupNamespace(t)