Skip to content

Commit

Permalink
skip flaky suite (#107911)
Browse files Browse the repository at this point in the history
(cherry picked from commit 31b8a82)
  • Loading branch information
spalger committed Aug 12, 2021
1 parent 3fa12cb commit 617775d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default ({ getService }: FtrProviderContext) => {
const esArchiver = getService('esArchiver');
const es = getService('es');

describe('Rule exception operators for data type text', () => {
// FLAKY: https://github.com/elastic/kibana/issues/107911
describe.skip('Rule exception operators for data type text', () => {
beforeEach(async () => {
await createSignalsIndex(supertest);
await createListsIndex(supertest);
Expand Down

0 comments on commit 617775d

Please sign in to comment.