skip failing suite (#113486)

This commit is contained in:
spalger 2021-09-30 00:26:06 +00:00
parent 9dff4d0827
commit 9c00debcd5

View file

@ -14,7 +14,8 @@ const DEFAULT_ROWS_PER_PAGE = 50;
export default ({ getService }: FtrProviderContext) => {
const esArchiver = getService('esArchiver');
describe('Observability alerts pagination', function () {
// FAILING: https://github.com/elastic/kibana/issues/113486
describe.skip('Observability alerts pagination', function () {
this.tags('includeFirefox');
const retry = getService('retry');