Skip to content

Commit

Permalink
Remove the dse and hcd fields from e2e opts
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Jun 6, 2024
1 parent de90d49 commit 233abca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,14 +450,8 @@ type e2eTestOpts struct {
// an upgrade test.
initialVersion *string

// dse is used to specify if the e2e tests will run against DSE or Cassandra
dse bool

// installMinio is used to specify if the e2e tests will require to install Minio before creating the k8c object.
installMinio bool

// hcd is used to specify if the e2e tests will run against HCD
hcd bool
}

type e2eTestFunc func(t *testing.T, ctx context.Context, namespace string, f *framework.E2eFramework)
Expand Down

0 comments on commit 233abca

Please sign in to comment.