Skip to content

Commit

Permalink
Revert "[Stack Monitoring] api_integration - Ignore logs section of…
Browse files Browse the repository at this point in the history
… index detail api" (elastic#126559)
  • Loading branch information
matschaffer authored and lucasfcosta committed Mar 8, 2022
1 parent bfc4838 commit dc59097
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit dc59097

Please sign in to comment.