Skip to content

Commit 3258ea9

Browse files
author
Aries Yuwono
committed
comment out 35160, passing but not setup
1 parent 7bc87b8 commit 3258ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-complete/nodejs-documents-values.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ describe('Document tuples test', function(){
116116
}).
117117
result(function(response){done();}, done);
118118
});
119-
it('should do values on pathindex Bug35160', function(done){
119+
/*it('should do values on pathindex Bug35160', function(done){
120120
this.timeout(10000);
121121
db.values.read(
122122
t.fromIndexes(
@@ -129,7 +129,7 @@ describe('Document tuples test', function(){
129129
// strData.should.containEql('"frequency":1,"distinct-value":["92.45"]');
130130
done();
131131
}, done);
132-
});
132+
});*/
133133
it('should do values on score', function(done){
134134
this.timeout(10000);
135135
db.values.read(

0 commit comments

Comments
 (0)