Skip to content

Commit

Permalink
skip failing test suite (elastic#168266)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 6, 2023
1 parent ad15701 commit 9a69af4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const browser = getService('browser');
const retry = getService('retry');

describe('Observability advanced settings', function () {
// Failing: See https://github.com/elastic/kibana/issues/168266
describe.skip('Observability advanced settings', function () {
before(async () => {
await pageObjects.svlCommonPage.login();
await pageObjects.common.navigateToApp('settings');
Expand Down

0 comments on commit 9a69af4

Please sign in to comment.