File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import (
3030 "github.com/ydb-platform/ydb-go-sdk/v3"
3131 "github.com/ydb-platform/ydb-go-sdk/v3/config"
3232 "github.com/ydb-platform/ydb-go-sdk/v3/internal/meta"
33+ "github.com/ydb-platform/ydb-go-sdk/v3/internal/version"
3334 "github.com/ydb-platform/ydb-go-sdk/v3/internal/xtest"
3435 "github.com/ydb-platform/ydb-go-sdk/v3/log"
3536 "github.com/ydb-platform/ydb-go-sdk/v3/retry"
@@ -167,6 +168,9 @@ func TestDriver(sourceTest *testing.T) {
167168 }
168169 }()
169170 t .RunSynced ("StaticCredentials" , func (t * xtest.SyncedTest ) {
171+ if version .Lt (os .Getenv ("YDB_VERSION" ), "24.1" ) {
172+ t .Skip ("read rows not allowed in YDB version '" + os .Getenv ("YDB_VERSION" ) + "'" )
173+ }
170174 t .Run ("CreateUser" , func (t * testing.T ) {
171175 db , err := ydb .Open (ctx ,
172176 os .Getenv ("YDB_CONNECTION_STRING" ),
You can’t perform that action at this time.
0 commit comments