Skip to content

Commit

Permalink
skip failing test suite (elastic#189058)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and CAWilson94 committed Nov 18, 2024
1 parent 48ea8b3 commit 2a8116e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function ({ getPageObject, getPageObjects, getService }: FtrProvi
const testSubjects = getService('testSubjects');
const owner = OBSERVABILITY_OWNER;

describe('Observability case settings', function () {
// Failing: See https://github.com/elastic/kibana/issues/189058
describe.skip('Observability case settings', function () {
before(async () => {
await svlCommonPage.loginWithPrivilegedRole();
});
Expand Down

0 comments on commit 2a8116e

Please sign in to comment.