Skip to content

Commit

Permalink
skip failing test suite (elastic#187818)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 9, 2024
1 parent 4013f60 commit 717ab7a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
let objectRemover: ObjectRemover;
const browser = getService('browser');

describe('Maintenance windows table', function () {
// Failing: See https://github.com/elastic/kibana/issues/187818
describe.skip('Maintenance windows table', function () {
before(async () => {
objectRemover = await createObjectRemover({ getService });
});
Expand Down

0 comments on commit 717ab7a

Please sign in to comment.