Skip to content

Commit 7ba309d

Browse files
committed
Enable temporary disabled tests
1 parent fd8aa33 commit 7ba309d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration/topic_read_writer_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,6 @@ func TestMessageMetadata(t *testing.T) {
163163
}
164164

165165
func TestManyConcurentReadersWriters(t *testing.T) {
166-
xtest.AllowByFlag(t, "ISSUE-389")
167-
168166
const partitionCount = 3
169167
const writersCount = 5
170168
const readersCount = 10
@@ -351,8 +349,6 @@ func TestCommitUnexpectedRange(t *testing.T) {
351349
}
352350

353351
func TestUpdateToken(t *testing.T) {
354-
xtest.AllowByFlag(t, "LOGBROKER-7960")
355-
356352
ctx := context.Background()
357353
db := connect(t)
358354
dbLogging := connectWithGrpcLogging(t)

0 commit comments

Comments
 (0)