Skip to content

Commit

Permalink
Skip ES validation on legacy/logging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Aug 24, 2021
1 parent a2c28fe commit 42da9cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/server/legacy/integration_tests/logging.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function createRoot(legacyLoggingConfig: LegacyLoggingConfig = {}) {
return kbnTestServer.createRoot({
migrations: { skip: true }, // otherwise stuck in polling ES
plugins: { initialize: false },
elasticsearch: { skipStartupConnectionCheck: true },
logging: {
// legacy platform config
silent: false,
Expand Down

0 comments on commit 42da9cc

Please sign in to comment.