Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/metron/pull/803#discussion_r145809162
--- Diff:
metron-interface/metron-alerts/e2e/alerts-list/tree-view/tree-view.e2e-spec.ts
---
@@ -175,7 +175,7 @@ describe('metron-alerts tree view', function () {
});
- it('should have sort working for group details for multiple sub groups',
() => {
+ xit('should have sort working for group details for multiple sub
groups', () => {
--- End diff --
What does xit mean here? Just curious.
---