skip flaky suite (#82035)

This commit is contained in:
Tyler Smalley 2020-11-03 06:57:06 -08:00
parent 2f0fcddbcd
commit 19ab542c4f

View file

@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }) {
const fromTime = 'Sep 22, 2019 @ 20:31:44.000';
const toTime = 'Sep 23, 2019 @ 03:31:44.000';
describe('date_nanos', function () {
// Failing: See https://github.com/elastic/kibana/issues/82035
describe.skip('date_nanos', function () {
before(async function () {
await esArchiver.loadIfNeeded('date_nanos');
await kibanaServer.uiSettings.replace({ defaultIndex: 'date-nanos' });