mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#198632)
This commit is contained in:
parent
45543a12a6
commit
ecfca64737
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const pageObjects = getPageObjects(['common', 'header', 'alerts']);
|
||||
const alertsPage = pageObjects.alerts;
|
||||
|
||||
describe('Security Alerts Page - Graph visualization', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/198632
|
||||
describe.skip('Security Alerts Page - Graph visualization', function () {
|
||||
this.tags(['cloud_security_posture_graph_viz']);
|
||||
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue