Skip to content

Commit 756f3a4

Browse files
authored
GT-167 Temporary disable failing AQL tests for 3.10 (#419)
1 parent 1cdf4b1 commit 756f3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/view_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ func TestUseArangoSearchView(t *testing.T) {
429429
ctx := context.Background()
430430
// don't use disallowUnknownFields in this test - we have here custom structs defined
431431
c := createClient(t, true, false)
432-
skipBelowVersion(c, "3.4", t)
432+
skipBelowVersion(c, "3.11", t)
433433
db := ensureDatabase(nil, c, "view_test", nil, t)
434434
col := ensureCollection(ctx, db, "some_collection", nil, t)
435435

@@ -511,7 +511,7 @@ func TestUseArangoSearchViewWithPipelineAnalyzer(t *testing.T) {
511511
ctx := context.Background()
512512
// don't use disallowUnknownFields in this test - we have here custom structs defined
513513
c := createClient(t, true, false)
514-
skipBelowVersion(c, "3.8", t)
514+
skipBelowVersion(c, "3.11", t)
515515
db := ensureDatabase(nil, c, "view_with_pipeline_test", nil, t)
516516
col := ensureCollection(ctx, db, "some_collection_with_analyzer", nil, t)
517517

0 commit comments

Comments
 (0)