mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#81632)
This commit is contained in:
parent
d1344b6ecd
commit
275c30a926
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
expect(await footer.getVisibleText()).to.have.string(rowsHardLimit);
|
||||
});
|
||||
|
||||
describe('expand a document row', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/81632
|
||||
describe.skip('expand a document row', function () {
|
||||
const rowToInspect = 1;
|
||||
beforeEach(async function () {
|
||||
// close the toggle if open
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue