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 committed Nov 15, 2024
1 parent 0ccebd3 commit f4f1136
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 f4f1136

Please sign in to comment.