From a575762158710deb1dd6f326bd5e2a805e62efb2 Mon Sep 17 00:00:00 2001 From: Mik Vyatskov Date: Thu, 20 Apr 2017 21:39:04 +0200 Subject: [PATCH] Mark Stackdriver Logging e2e tests with a feature --- test/e2e/cluster-logging/sd_load.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/cluster-logging/sd_load.go b/test/e2e/cluster-logging/sd_load.go index 9af2af1d387..4eeba7f5492 100644 --- a/test/e2e/cluster-logging/sd_load.go +++ b/test/e2e/cluster-logging/sd_load.go @@ -33,7 +33,7 @@ const ( ) // TODO(crassirostris): Remove Flaky once test is stable -var _ = framework.KubeDescribe("Cluster level logging using GCL [Slow] [Flaky]", func() { +var _ = framework.KubeDescribe("Cluster level logging using GCL [Feature:StackdriverLogging]", func() { f := framework.NewDefaultFramework("gcl-logging-load") It("should create a constant load with long-living pods and ensure logs delivery", func() {