Skip to content

Commit

Permalink
Merge branch 'v2' into config_get
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone authored Jun 1, 2020
2 parents 8aeb8da + 5b9cc8a commit 1354711
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/qa/ignore.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,12 @@ var ignoredErrors = []ignoredError{
Type: reflect.TypeOf(&DifferentLocalizationForNamespaceError{}),
Command: namespaces.GetCommands().MustFind("k8s", "kubeconfig", "uninstall"),
},
{
Type: reflect.TypeOf(&DifferentLocalizationForNamespaceError{}),
Command: namespaces.GetCommands().MustFind("registry", "logout"),
},
{
Type: reflect.TypeOf(&DifferentLocalizationForNamespaceError{}),
Command: namespaces.GetCommands().MustFind("registry", "login"),
},
}

0 comments on commit 1354711

Please sign in to comment.