@@ -164,7 +164,7 @@ var _ = Describe("Monitoring Console test", func() {
164164 })
165165
166166 Context ("Standalone deployment (S1)" , func () {
167- It ("managermc , integration: can deploy a MC with standalone instance and update MC with new standalone deployment" , func () {
167+ It ("managermc1 , integration: can deploy a MC with standalone instance and update MC with new standalone deployment" , func () {
168168 /*
169169 Test Steps
170170 1. Deploy Standalone
@@ -319,7 +319,7 @@ var _ = Describe("Monitoring Console test", func() {
319319 })
320320
321321 Context ("Standalone deployment with Scale up" , func () {
322- It ("managermc , integration: can deploy a MC with standalone instance and update MC when standalone is scaled up" , func () {
322+ It ("managermc1 , integration: can deploy a MC with standalone instance and update MC when standalone is scaled up" , func () {
323323 /*
324324 Test Steps
325325 1. Deploy Standalone
@@ -584,7 +584,7 @@ var _ = Describe("Monitoring Console test", func() {
584584 })
585585
586586 Context ("Clustered deployment (C3 - clustered indexer, search head cluster)" , func () {
587- It ("managermc , integration: MC can configure SHC, indexer instances and reconfigure to new MC" , func () {
587+ It ("managermc1 , integration: MC can configure SHC, indexer instances and reconfigure to new MC" , func () {
588588 /*
589589 Test Steps
590590 1. Deploy Single Site Indexer Cluster
@@ -809,7 +809,7 @@ var _ = Describe("Monitoring Console test", func() {
809809 })
810810
811811 Context ("Multisite Clustered deployment (M4 - 3 Site clustered indexer, search head cluster)" , func () {
812- It ("managermc , integration: MC can configure SHC, indexer instances and reconfigure Cluster Manager to new Monitoring Console" , func () {
812+ It ("managermc2 , integration: MC can configure SHC, indexer instances and reconfigure Cluster Manager to new Monitoring Console" , func () {
813813 /*
814814 Test Steps
815815 1. Deploy Multisite Indexer Cluster
@@ -946,7 +946,7 @@ var _ = Describe("Monitoring Console test", func() {
946946 })
947947
948948 Context ("Standalone deployment (S1)" , func () {
949- It ("managermc , integration: can deploy a MC with standalone instance and update MC with new standalone deployment of similar names" , func () {
949+ It ("managermc2 , integration: can deploy a MC with standalone instance and update MC with new standalone deployment of similar names" , func () {
950950 /*
951951 Test Steps
952952 1. Deploy Standalone with name "search-head-adhoc"
0 commit comments