Skip to content

Commit d66ef1f

Browse files
Lars Maierneunhoef
Lars Maier
authored andcommitted
Only run test for 3.6 and above. (#215)
1 parent 4853cc9 commit d66ef1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/backup_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ func ensureRemoteBackup(ctx context.Context, b driver.ClientBackup, t *testing.T
833833
func TestBackupRestoreWithViews(t *testing.T) {
834834
c := createClientFromEnv(t, true)
835835
skipIfNoBackup(c, t)
836+
skipBelowVersion(c, "3.6", t)
836837
ctx := context.Background()
837838
b := c.Backup()
838839

0 commit comments

Comments
 (0)