Revert "[Stack Monitoring] api_integration - Ignore logs section of index detail api" (#126559)

This commit is contained in:
Mat Schaffer 2022-03-01 22:12:25 +09:00 committed by GitHub
parent 405ef9ed15
commit aafb7be138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,9 +41,6 @@ export default function ({ getService }) {
})
.expect(200);
// Work around ESTF failure outlined in https://github.com/elastic/kibana/issues/124594
indexDetailFixture.logs = body.logs;
expect(body).to.eql(indexDetailFixture);
});