Skip to content

Commit cef5f22

Browse files
committed
Removing vestigial stack settings code
1 parent 010d452 commit cef5f22

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

internal/stack/settings.go

Lines changed: 0 additions & 40 deletions
This file was deleted.

internal/testrunner/runners/asset/runner.go

Lines changed: 0 additions & 3 deletions
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)