Skip to content

Commit

Permalink
MB-53856 - disabling TestPartitionDistributionWithReplica
Browse files Browse the repository at this point in the history
Change-Id: Ice241fea8c84c6dcf39a8abcd30d7a82002d1592
  • Loading branch information
NightWing1998 committed Sep 28, 2022
1 parent 8c40ff5 commit dc16bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secondary/tests/functionaltests/set16_partition_test.go
Expand Up @@ -15,6 +15,7 @@ import (
)

func TestPartitionDistributionWithReplica(t *testing.T) {
t.Skipf("Skipping TestPartitionDistributionWithReplica(). Please enable this in future...")
if clusterconfig.IndexUsing == "forestdb" {
log.Printf("Not running TestPartitionDistributionWithReplica for forestdb as" +
" partition indexes are not supported with forestdb storage mode")
Expand Down

0 comments on commit dc16bc4

Please sign in to comment.