Skip to content

Commit

Permalink
Skip upgrade assistant test until fixture is updated (#30587)
Browse files Browse the repository at this point in the history
The test's setup routine loads a data directory into ES that is not
compatible with version 8.0.0, so ES fails to start and the test always
fails.

It is skipped for now to unblock CI, but this should be resolved for 8.0
  • Loading branch information
epixa authored Feb 8, 2019
1 parent 2475020 commit c34a72e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/scripts/functional_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ require('@kbn/test').runTestsCli([
require.resolve('../test/saved_object_api_integration/security_and_spaces/config'),
require.resolve('../test/saved_object_api_integration/security_only/config'),
require.resolve('../test/saved_object_api_integration/spaces_only/config'),
require.resolve('../test/upgrade_assistant_integration/config'),
// todo: re-enable when https://github.com/elastic/kibana/issues/30586 is fixed
//require.resolve('../test/upgrade_assistant_integration/config'),
]);

0 comments on commit c34a72e

Please sign in to comment.