Skip to content

Commit e4feb39

Browse files
committed
Removing vestigial stackSettings field
1 parent 010d452 commit e4feb39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/testrunner/runners/asset/runner.go

-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
"github.com/elastic/elastic-package/internal/kibana"
1616
"github.com/elastic/elastic-package/internal/logger"
1717
"github.com/elastic/elastic-package/internal/packages"
18-
"github.com/elastic/elastic-package/internal/stack"
1918
"github.com/elastic/elastic-package/internal/testrunner"
2019
)
2120

@@ -31,7 +30,6 @@ const (
3130
type runner struct {
3231
testFolder testrunner.TestFolder
3332
packageRootPath string
34-
stackSettings stack.Settings
3533
esClient *es.Client
3634

3735
// Execution order of following handlers is defined in runner.tearDown() method.
@@ -58,7 +56,6 @@ func (r runner) CanRunPerDataStream() bool {
5856
func (r runner) Run(options testrunner.TestOptions) ([]testrunner.TestResult, error) {
5957
r.testFolder = options.TestFolder
6058
r.packageRootPath = options.PackageRootPath
61-
r.stackSettings = stack.CurrentSettings()
6259
r.esClient = options.ESClient
6360

6461
return r.run()

0 commit comments

Comments
 (0)