We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0bd6b commit 8098de7Copy full SHA for 8098de7
v2/tests/database_transactions_test.go
@@ -37,6 +37,7 @@ import (
37
38
func Test_DatabaseCreateReplicationV2(t *testing.T) {
39
client := newClient(t, connectionJsonHttp(t))
40
+ requireClusterMode(t)
41
skipBelowVersion(client, context.Background(), "3.12.0", t)
42
43
Wrap(t, func(t *testing.T, client arangodb.Client) {
0 commit comments