mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#116055)
This commit is contained in:
parent
fc43274fc6
commit
4c76f27623
1 changed files with 2 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue