Skip to content

Commit

Permalink
Disable v2 migrations for ui_settings integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jan 26, 2021
1 parent 6b3e9e8 commit bdf2a68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/server/ui_settings/integration_tests/lib/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ export async function startServers() {
adjustTimeout: (t) => jest.setTimeout(t),
settings: {
kbn: {
migrations: {
enableV2: false,
},
uiSettings: {
overrides: {
foo: 'bar',
Expand Down

0 comments on commit bdf2a68

Please sign in to comment.