Skip to content

Commit

Permalink
[E2E] Enable multi data path test on Elasticsearch 8 (#5690)
Browse files Browse the repository at this point in the history
  • Loading branch information
barkbay authored May 30, 2022
1 parent efeca54 commit 86499c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/es/volume_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (

commonv1 "github.com/elastic/cloud-on-k8s/pkg/apis/common/v1"
esv1 "github.com/elastic/cloud-on-k8s/pkg/apis/elasticsearch/v1"
"github.com/elastic/cloud-on-k8s/pkg/controller/common/version"
"github.com/elastic/cloud-on-k8s/pkg/utils/k8s"
"github.com/elastic/cloud-on-k8s/test/e2e/test"
"github.com/elastic/cloud-on-k8s/test/e2e/test/elasticsearch"
Expand Down Expand Up @@ -76,11 +75,6 @@ func TestVolumeRetention(t *testing.T) {
}

func TestVolumeMultiDataPath(t *testing.T) {
// remove when https://github.com/elastic/elasticsearch/issues/78525 is resolved
if version.MustParse(test.Ctx().ElasticStackVersion).GTE(version.MinFor(8, 0, 0)) {
t.SkipNow()
}

b := elasticsearch.NewBuilder("test-es-multi-data-path").
WithNodeSet(esv1.NodeSet{
Name: "default",
Expand Down

0 comments on commit 86499c2

Please sign in to comment.