Skip to content

Commit

Permalink
skip failing test suite (#198632)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 1, 2024
1 parent 45543a1 commit ecfca64
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit ecfca64

Please sign in to comment.