Skip to content

Commit

Permalink
Merge pull request #174 from kinvolk/tormath1/exclude-azure
Browse files Browse the repository at this point in the history
kola/kubeadm: exclude azure platform
  • Loading branch information
Mathieu Tortuyaux committed May 17, 2021
2 parents 3dda3c7 + 2307057 commit c9c4483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kola/tests/kubeadm/kubeadm.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func init() {
register.Register(&register.Test{
Name: "kubeadm.base",
Distros: []string{"cl"},
ExcludePlatforms: []string{"esx"},
ExcludePlatforms: []string{"esx", "azure"},
Run: kubeadmBaseTest,
})
}
Expand Down

0 comments on commit c9c4483

Please sign in to comment.