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

(cherry picked from commit aafb7be138)

Co-authored-by: Mat Schaffer <mat@elastic.co>
This commit is contained in:
Kibana Machine 2022-03-01 09:42:35 -05:00 committed by GitHub
parent e2bd785da8
commit 9fe7fb1abe
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);
});