Commit 9f6d7da0 authored by Jon Cope's avatar Jon Cope

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

parent ecca3264
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment