skip flaky suite (#163531)

This commit is contained in:
Tiago Costa 2023-08-15 00:55:00 +01:00
parent 25e5d8fe7f
commit 3b7015251c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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);