Skip to content

Commit 03abd6f

Browse files
authored
Merge pull request #1807 skip test for nightly ydb version for bug workaround
2 parents 1889f16 + 1e0dc83 commit 03abd6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/topic_read_writer_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ func TestSendMessagesLargerThenGRPCLimit(t *testing.T) {
525525
if version.Lt(os.Getenv("YDB_VERSION"), "25.0") {
526526
t.Skip()
527527
}
528+
if os.Getenv("YDB_VERSION") == "nightly" {
529+
t.Skip("bug: https://github.com/ydb-platform/ydb/issues/19449")
530+
}
528531
scope := newScope(t)
529532

530533
maxGrpcMsgSize := config.DefaultGRPCMsgSize // bytes

0 commit comments

Comments
 (0)