Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/c3/appframework/appframework_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ var _ = Describe("c3appfw test", func() {
})
})

Context("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
// Commenting this test for now as ES app is not installed locally on Deployer anymore before bundle push due to change from CSPL-1167
XContext("Clustered deployment (C3 - clustered indexer, search head cluster)", func() {
It("appfwint, c3, appframework: can deploy a C3 SVA and have ES app installed on SHC", func() {

// ES is a huge file, we configure it here rather than in BeforeSuite/BeforeEach to save time for other tests
Expand Down