Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Apr 22, 2021
1 parent d284f0c commit 790d499
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions e2e/_suites/fleet/ingest_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func InitializeIngestManagerTestSuite(ctx *godog.TestSuiteContext) {

log.Trace("Installing Fleet runtime dependencies")

<<<<<<< HEAD
common.ProfileEnv = map[string]string{
"kibanaVersion": common.KibanaVersion,
"stackVersion": common.StackVersion,
Expand All @@ -156,10 +155,6 @@ func InitializeIngestManagerTestSuite(ctx *godog.TestSuiteContext) {
if strings.HasPrefix(common.KibanaVersion, "pr") || utils.IsCommit(common.KibanaVersion) {
// because it comes from a PR
common.ProfileEnv["kibanaDockerNamespace"] = "observability-ci"
=======
profileEnv = map[string]string{
"stackVersion": stackVersion,
>>>>>>> ae5b9fe3... cli: enable loading default profiles turnkey (#943)
}

profile := common.FleetProfileName
Expand Down

0 comments on commit 790d499

Please sign in to comment.