mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[5.6] Disable flaky Management Index Pattern sort test (#26504)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
c4639545b8
commit
f9c69f3aa7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export default function ({ getService, getPageObjects }) {
|
|||
return PageObjects.settings.removeIndexPattern();
|
||||
});
|
||||
|
||||
it('should sort ascending', function () {
|
||||
it.skip('should sort ascending', function () {
|
||||
return PageObjects.settings.sortBy(col.heading)
|
||||
.then(function getText() {
|
||||
return col.selector();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue