Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Skip organisation_acronym group_by test
Browse files Browse the repository at this point in the history
This test has been failing for some time. Bisecting
the codebase to discover the commit responsible
hasn't turned anything up. Additionally, we are
reasonably sure that there are no longer any queries
that require grouping by this key.

Disabling the test temporarily will allow us
to test other changes and investigate with a
passing master branch.
  • Loading branch information
mattrco committed May 18, 2015
1 parent 2548960 commit b8a1885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/read_api/group.feature
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Feature: grouping queries for read api
then I should get back a status of "200"
and the JSON should have "0" results


@wip
Scenario: subgroups should contain _count
Given "subgroup.json" is in "weekly" data_set
when I go to "/weekly?limit=1&period=month&group_by=organisation_acronym&filter_by=organisation_acronym%3Aacas&collect=comment_count%3Asum&duration=13"
Expand Down

0 comments on commit b8a1885

Please sign in to comment.