skip flaky test (#39927)

(cherry picked from commit 0922772b70)
This commit is contained in:
spalger 2019-06-28 15:46:29 -07:00
parent ad7cd08a2e
commit fbcd2a20ae

View file

@ -38,7 +38,8 @@ export default function ({ getService, getPageObjects }) {
});
});
it('should be addable via expanded doc table rows', async function () {
// FLAKY: https://github.com/elastic/kibana/issues/39927
it.skip('should be addable via expanded doc table rows', async function () {
const table = await docTable.getTable();
const anchorRow = await docTable.getAnchorRow(table);