Skip to content

Commit 8098de7

Browse files
authored
Fix 3.12 tests (#511)
1 parent ea0bd6b commit 8098de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v2/tests/database_transactions_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import (
3737

3838
func Test_DatabaseCreateReplicationV2(t *testing.T) {
3939
client := newClient(t, connectionJsonHttp(t))
40+
requireClusterMode(t)
4041
skipBelowVersion(client, context.Background(), "3.12.0", t)
4142

4243
Wrap(t, func(t *testing.T, client arangodb.Client) {

0 commit comments

Comments
 (0)