[Discover] Unskip date_nanos and shard links functional tests (#82878)

This commit is contained in:
Matthias Wilhelm 2020-11-30 16:56:50 +01:00 committed by GitHub
parent 416dbde54b
commit 0017c2df1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -29,8 +29,7 @@ export default function ({ getService, getPageObjects }) {
const toasts = getService('toasts');
const deployment = getService('deployment');
// FLAKY: https://github.com/elastic/kibana/issues/80104
describe.skip('shared links', function describeIndexTests() {
describe('shared links', function describeIndexTests() {
let baseUrl;
async function setup({ storeStateInSessionStorage }) {