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" (#126559)
  • Loading branch information
matschaffer authored Mar 1, 2022
1 parent 405ef9e commit aafb7be
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 aafb7be

Please sign in to comment.