Skip to content

Commit

Permalink
Enable temporary disabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Jan 29, 2024
1 parent fd8aa33 commit 7ba309d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/topic_read_writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ func TestMessageMetadata(t *testing.T) {
}

func TestManyConcurentReadersWriters(t *testing.T) {
xtest.AllowByFlag(t, "ISSUE-389")

const partitionCount = 3
const writersCount = 5
const readersCount = 10
Expand Down Expand Up @@ -351,8 +349,6 @@ func TestCommitUnexpectedRange(t *testing.T) {
}

func TestUpdateToken(t *testing.T) {
xtest.AllowByFlag(t, "LOGBROKER-7960")

ctx := context.Background()
db := connect(t)
dbLogging := connectWithGrpcLogging(t)
Expand Down

0 comments on commit 7ba309d

Please sign in to comment.