File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Tests/Nest.Tests.Integration/Core/TermVectors Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public void MultiTermVectorsTest_DocumentsInBody()
5555 }
5656
5757 [ Test ]
58- [ SkipVersion ( "1.2.0 - 1.3.1 " , "Fails from ES 1.2: https://github.com/elasticsearch/elasticsearch/issues/6451" ) ]
58+ [ SkipVersion ( "1.2.0 - 9.9.9 " , "Failing since ES 1.2: https://github.com/elasticsearch/elasticsearch/issues/6451" ) ]
5959 public void MultiTermVectorsNonExistentIdTest ( )
6060 {
6161 var result = Client . MultiTermVectors < ElasticsearchProject > ( s => s
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public void TermVectorNonMappedFieldTest()
8989 }
9090
9191 [ Test ]
92- [ SkipVersion ( "1.2.0 - 1.3.1 " , "Fails against ES 1.2 - 1.3 : https://github.com/elasticsearch/elasticsearch/issues/6451" ) ]
92+ [ SkipVersion ( "1.2.0 - 9.9.9 " , "Failing since ES 1.2: https://github.com/elasticsearch/elasticsearch/issues/6451" ) ]
9393 public void TermVectorNonExistentIdTest ( )
9494 {
9595 var result = Client . TermVector < ElasticsearchProject > ( s => s
You can’t perform that action at this time.
0 commit comments