mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
4c76f27623
commit
bc673b082d
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue