Skip to content

Commit

Permalink
test: skip TestRemoveTopic
Browse files Browse the repository at this point in the history
See #14.
  • Loading branch information
ijsong committed Aug 13, 2022
1 parent a216c5f commit 3eae9bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/it/management/management_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,8 @@ func TestAddLogStreamTopic(t *testing.T) {
}

func TestRemoveTopic(t *testing.T) {
t.Skip()

opts := []it.Option{
it.WithReplicationFactor(2),
it.WithNumberOfStorageNodes(2),
Expand Down

0 comments on commit 3eae9bb

Please sign in to comment.