Skip to content

Commit

Permalink
skip flaky suites (#189058)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 24, 2024
1 parent aa90561 commit f5fa3f0
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 function ({ getPageObject, getPageObjects, getService }: FtrProvi
const testSubjects = getService('testSubjects');
const owner = OBSERVABILITY_OWNER;

describe('Observability case settings', function () {
// FLAKY:https://github.com/elastic/kibana/issues/189058
describe.skip('Observability case settings', function () {
after(async () => {
await svlCases.api.deleteAllCaseItems();
});
Expand Down

0 comments on commit f5fa3f0

Please sign in to comment.