Skip to content

Commit

Permalink
reenable flakey test (#131397)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
mattkime and kibanamachine authored Oct 10, 2022
1 parent 64899bb commit 5319d66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/functional/apps/management/_index_pattern_filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['settings']);
const esArchiver = getService('esArchiver');

// FLAKY: https://github.com/elastic/kibana/issues/128558
// Failing: See https://github.com/elastic/kibana/issues/130190
describe.skip('data view filter', function describeIndexTests() {
describe('index pattern filter', function describeIndexTests() {
before(async function () {
await esArchiver.emptyKibanaIndex();
await kibanaServer.uiSettings.replace({});
Expand Down

0 comments on commit 5319d66

Please sign in to comment.