Skip to content

Commit

Permalink
fix tests to pass on coordinator (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirShpilraien committed May 4, 2020
1 parent 25f8b0a commit 48a8c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pytest/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2984,6 +2984,7 @@ def testIssue1169(env):
env.expect('FT.AGGREGATE idx foo GROUPBY 1 @txt1 REDUCE FIRST_VALUE 1 @txt2 as test').equal([1L, ['txt1', 'foo', 'test', None]])

def testIssue1184(env):
env.skipOnCluster()
field_types = ['TEXT', 'NUMERIC', 'TAG']

for ft in field_types:
Expand Down

0 comments on commit 48a8c78

Please sign in to comment.