[5.6] Disable flaky Management Index Pattern sort test (#26504)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2018-12-03 08:11:16 -08:00 committed by GitHub
parent c4639545b8
commit f9c69f3aa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();