mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Skip failing context test
This commit is contained in:
parent
a64338c568
commit
fd865f4679
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ export default function({ getService, getPageObjects }) {
|
|||
return esArchiver.unload('date_nanos');
|
||||
});
|
||||
|
||||
it('displays predessors - anchor - successors in right order ', async function() {
|
||||
// https://github.com/elastic/kibana/issues/58815
|
||||
it.skip('displays predessors - anchor - successors in right order ', async function() {
|
||||
await PageObjects.context.navigateTo(TEST_INDEX_PATTERN, 'AU_x3-TaGFA8no6Qj999Z');
|
||||
const actualRowsText = await docTable.getRowsText();
|
||||
const expectedRowsText = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue