Re-add skip unless OS is gci to GCP Volume suite

This commit is contained in:
Jon Cope 2017-04-04 16:30:35 -05:00
parent ecca32641f
commit 9f6d7da0da

View File

@ -64,6 +64,8 @@ var _ = framework.KubeDescribe("GCP Volumes", func() {
var c clientset.Interface
BeforeEach(func() {
framework.SkipUnlessNodeOSDistroIs("gci")
namespace = f.Namespace
c = f.ClientSet
})
@ -152,8 +154,6 @@ var _ = framework.KubeDescribe("GCP Volumes", func() {
framework.KubeDescribe("GlusterFS", func() {
It("should be mountable [Volume]", func() {
framework.SkipUnlessNodeOSDistroIs("gci")
config := framework.VolumeTestConfig{
Namespace: namespace.Name,
Prefix: "gluster",