mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#163531)
This commit is contained in:
parent
25e5d8fe7f
commit
3b7015251c
1 changed files with 2 additions and 1 deletions
|
@ -233,7 +233,8 @@ describe('<ThresholdWatchEditPage /> create route', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('actions', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/163531
|
||||
describe.skip('actions', () => {
|
||||
beforeEach(async () => {
|
||||
await act(async () => {
|
||||
testBed = await setup(httpSetup);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue