File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 88 "context"
99 "encoding/binary"
1010 "errors"
11- "github.com/ydb-platform/ydb-go-sdk/v3/query"
12- "github.com/ydb-platform/ydb-go-sdk/v3/topic/topicreader"
1311 "io"
1412 "os"
1513 "runtime/pprof"
@@ -20,6 +18,9 @@ import (
2018 "testing"
2119 "time"
2220
21+ "github.com/ydb-platform/ydb-go-sdk/v3/query"
22+ "github.com/ydb-platform/ydb-go-sdk/v3/topic/topicreader"
23+
2324 "github.com/stretchr/testify/require"
2425 "google.golang.org/grpc"
2526
@@ -524,6 +525,9 @@ func TestWriterFlushMessagesBeforeClose(t *testing.T) {
524525}
525526
526527func TestSendMessagesLargerThenGRPCLimit (t * testing.T ) {
528+ if version .Lt (os .Getenv ("YDB_VERSION" ), "25.0" ) {
529+ t .Skip ()
530+ }
527531 scope := newScope (t )
528532
529533 const maxGrpcMsgSize = 10000 // bytes
You can’t perform that action at this time.
0 commit comments