Skip to content

Commit

Permalink
adding only c3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Nov 4, 2024
1 parent e952347 commit 1ed9e74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/appframework_gcp/c3/manager_appframework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ var _ = Describe("c3appfw test", func() {
})
})

Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework and Image Upgrade", func() {
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework and Image Upgrade", func() {
It("smoke, c3gcp, managerappframeworkc3gcpt, appframeworkgcp, gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then upgrade the image and apps", func() {

//################## SETUP ####################
Expand Down Expand Up @@ -450,7 +450,7 @@ var _ = Describe("c3appfw test", func() {
})
})

Context("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) with App Framework", func() {
It("smoke, c3gcp, managerappframeworkc3gcp, appframeworkgcp, gcp_sanity: can deploy a C3 SVA with App Framework enabled, install apps then downgrade them", func() {

/* Test Steps
Expand Down Expand Up @@ -935,7 +935,7 @@ var _ = Describe("c3appfw test", func() {
})
})

Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("smoke, c3gcp, managerappframeworkc3gcp, appframeworkgcp, gcp_sanity: can deploy a C3 SVA and have apps installed locally on Cluster Manager and Deployer", func() {

/* Test Steps
Expand Down Expand Up @@ -3108,7 +3108,7 @@ var _ = Describe("c3appfw test", func() {
})
})

Context("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
XContext("Single Site Indexer Cluster with Search Head Cluster (C3) and App Framework", func() {
It("smoke, c3gcp, managerappframeworkc3gcp, appframeworkgcp, gcp_sanity: can deploy a C3 SVA with App Framework enabled and check isDeploymentInProgressFlag for CM and SHC CR's", func() {

/*
Expand Down

0 comments on commit 1ed9e74

Please sign in to comment.