Unskip the mappings test (#24667) (#25162)

This commit is contained in:
Chris Roberson 2018-11-06 09:30:38 -05:00 committed by GitHub
parent a426b09ca6
commit 44c3dfed61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ export default function ({ getService }) {
},
];
describe.skip('mappings', () => {
describe('mappings', () => {
for (const { indexTemplate, metrics, name } of metricSets) {
let mappings;