mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#116980)
This commit is contained in:
parent
dcdc0f8e8f
commit
12af558898
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
use_output: 'default',
|
||||
});
|
||||
|
||||
describe('When on the Synthetics Integration Policy Create Page', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/116980
|
||||
describe.skip('When on the Synthetics Integration Policy Create Page', function () {
|
||||
this.tags(['ciGroup10']);
|
||||
const basicConfig = {
|
||||
name: monitorName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue