diff --git a/e2e/suite/oracle/oracle.go b/e2e/suite/oracle/oracle.go index 0a7dd8196..4b3debf74 100644 --- a/e2e/suite/oracle/oracle.go +++ b/e2e/suite/oracle/oracle.go @@ -43,5 +43,6 @@ var _ = Describe("[oracle] ", func() { Entry(common.DataPropertyDockerconfigJSON(f)), Entry(common.SSHKeySync(f)), Entry(common.SSHKeySyncDataProperty(f)), + Entry(common.SyncWithoutTargetName(f)), ) })