From 976997c9b644f9a1ffaff6e1d5121a41ff05e729 Mon Sep 17 00:00:00 2001 From: tpereirasplunk Date: Thu, 26 Aug 2021 13:52:12 -0700 Subject: [PATCH] move m4 test to integration to clear smoke run --- test/m4/appframework/appframework_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/m4/appframework/appframework_test.go b/test/m4/appframework/appframework_test.go index e74b953b9..98378e163 100644 --- a/test/m4/appframework/appframework_test.go +++ b/test/m4/appframework/appframework_test.go @@ -61,7 +61,7 @@ var _ = Describe("m4appfw test", func() { }) Context("Multi Site Indexer Cluster with SHC (m4) with App Framework", func() { - It("smoke, m4, appframework: can deploy a M4 SVA with App Framework enabled", func() { + It("appfwint, m4, appframework: can deploy a M4 SVA with App Framework enabled", func() { // Create App framework Spec volumeName := "appframework-test-volume-" + testenv.RandomDNSName(3)