Github user simonellistonball commented on a diff in the pull request:
https://github.com/apache/metron/pull/1004#discussion_r184743321
--- Diff:
metron-interface/metron-alerts/e2e/alert-details/alert-status/alert-details-status.e2e-spec.ts
---
@@ -101,7 +104,7 @@ describe('metron-alerts alert status', function() {
page.closeDetailPane();
});
- it('should add comments for tree view', () => {
+ xit('should add comments for tree view', () => {
--- End diff --
Any particular reason to skip this test?
---