skip flaky suite (#116055)

This commit is contained in:
spalger 2022-08-24 09:40:39 -07:00
parent fc43274fc6
commit 4c76f27623

View file

@ -10,7 +10,8 @@ import { buildUp, tearDown } from '..';
// eslint-disable-next-line import/no-default-export
export default function actionsTests({ loadTestFile, getService }: FtrProviderContext) {
describe('Actions', () => {
// FLAKY: https://github.com/elastic/kibana/issues/116055
describe.skip('Actions', () => {
before(async () => buildUp(getService));
after(async () => tearDown(getService));