Skip to content

Commit

Permalink
failing es promotion (#168021)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 4, 2023
1 parent 0d6a3cf commit 8a649ec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 8a649ec

Please sign in to comment.