diff --git a/e2e/vm/vm_test.go b/e2e/vm/vm_test.go index 1f50f109f..bac5e19ae 100644 --- a/e2e/vm/vm_test.go +++ b/e2e/vm/vm_test.go @@ -60,7 +60,7 @@ func TestVM(t *testing.T) { testVirtualizationFrameworkAndRosetta(o, *e2e.Installed) testSupportBundle(o) testCredHelper(o, *e2e.Installed, *e2e.Registry) - testSoci(o, limactlO, limaHomePath, *e2e.Installed, t) + testSoci(o, limactlO, limaHomePath, *e2e.Installed) }) gomega.RegisterFailHandler(ginkgo.Fail)