From 55d99d786dce8ecdee92857b929a426ce3a90904 Mon Sep 17 00:00:00 2001 From: Jochen Ehret Date: Thu, 7 Nov 2024 16:17:31 +0100 Subject: [PATCH] Add label "v2_api" to v2-only test * allows for easy filtering of that test on v2-disabled CF installations --- baras/deployments.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baras/deployments.go b/baras/deployments.go index 853276e..bee10a7 100644 --- a/baras/deployments.go +++ b/baras/deployments.go @@ -74,7 +74,7 @@ var _ = Describe("deployments", func() { }) // TODO: delete me once we delete v2 - Describe("Creating new processes on the same app", func() { + Describe("Creating new processes on the same app", Label("v2_api"), func() { It("ignores older processes on the same app", func() { deploymentGuid := CreateDeployment(appGUID, "rolling", 1) Expect(deploymentGuid).ToNot(BeEmpty())