Skip to content

Commit

Permalink
Add a comment, rename TC.
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Dec 19, 2024
1 parent 75ded11 commit 502397d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ var _ = Describe("Crcrud test for SVA C3", func() {
})

Context("Search Head Cluster", func() {
It("managercrcrud, integration, c3: can deploy Search Head Cluster with Deployer resource spec configured", func() {
// CSPL-3256 - Adding the SHC only test case under c3 as IDXC is irrelevant for this test case
It("managercrcrud, integration, shc: can deploy Search Head Cluster with Deployer resource spec configured", func() {
shcName := fmt.Sprintf("%s-shc", deployment.GetName())
_, err := deployment.DeploySearchHeadCluster(ctx, shcName, "", "", "", "")
if err != nil {
Expand Down

0 comments on commit 502397d

Please sign in to comment.