Skip to content

Commit

Permalink
skip suite failing ES Promotion (#71018)
Browse files Browse the repository at this point in the history
(cherry picked from commit aa1c0fe)
  • Loading branch information
spalger committed Jul 8, 2020
1 parent 69b2f6b commit 91386bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export default function ({ getService }: FtrProviderContext) {
await deleteComposableIndexTemplate(name);
};

describe('Data streams', function () {
// Failing ES Promotion: https://github.com/elastic/kibana/issues/71018
describe.skip('Data streams', function () {
describe('Get', () => {
const testDataStreamName = 'test-data-stream';

Expand Down

0 comments on commit 91386bc

Please sign in to comment.