Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
});
};

// Failing: See https://github.com/elastic/kibana/issues/239999
describe.skip('Stats', function () {
describe('Stats', function () {
// This disables the forward-compatibility test for Kibana 8.19 with ES upgraded to 9.0.
// These versions are not expected to work together.
// The tests raise "unknown index privilege [read_failure_store]" error in ES 9.0.
Expand Down