Revert "skip flaky suite (#116055)"

This reverts commit 4c76f27623.
This commit is contained in:
spalger 2022-08-24 09:44:47 -07:00
parent 4c76f27623
commit bc673b082d

View file

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