Skip to content

Commit

Permalink
[Discover] Unskip date_nanos and shard links functional tests (elasti…
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Nov 30, 2020
1 parent 6c3d923 commit c9fcbb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/discover/_date_nanos.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' });
Expand Down
3 changes: 1 addition & 2 deletions test/functional/apps/discover/_shared_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down

0 comments on commit c9fcbb5

Please sign in to comment.