mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
failing es promotion (#168021)
This commit is contained in:
parent
0d6a3cfaf7
commit
8a649ec6ce
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
expect(typeof storageSizeBytes).to.be('number');
|
||||
};
|
||||
|
||||
describe('Data streams', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/168021
|
||||
describe.skip('Data streams', function () {
|
||||
describe('Get', () => {
|
||||
const testDataStreamName = 'test-data-stream';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue