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.
2 parents 1889f16 + 1e0dc83 commit 03abd6fCopy full SHA for 03abd6f
tests/integration/topic_read_writer_test.go
@@ -525,6 +525,9 @@ func TestSendMessagesLargerThenGRPCLimit(t *testing.T) {
525
if version.Lt(os.Getenv("YDB_VERSION"), "25.0") {
526
t.Skip()
527
}
528
+ if os.Getenv("YDB_VERSION") == "nightly" {
529
+ t.Skip("bug: https://github.com/ydb-platform/ydb/issues/19449")
530
+ }
531
scope := newScope(t)
532
533
maxGrpcMsgSize := config.DefaultGRPCMsgSize // bytes
0 commit comments