mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#187818)
This commit is contained in:
parent
db7098b1d7
commit
ab6ec61c68
1 changed files with 2 additions and 1 deletions
|
@ -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 });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue