mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#163532)
This commit is contained in:
parent
a1a4c44695
commit
25e5d8fe7f
1 changed files with 2 additions and 1 deletions
|
@ -770,7 +770,8 @@ describe('<ThresholdWatchEditPage /> create route', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('watch visualize data payload', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/163532
|
||||
describe.skip('watch visualize data payload', () => {
|
||||
test('should send the correct payload', async () => {
|
||||
const { form, find, component } = testBed;
|
||||
// Set up required fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue