Skip to content

Commit

Permalink
Skip test in CE (#6823)
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin authored May 14, 2024
1 parent 89637f4 commit 95959a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rest/importtest/import_partition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ func TestImportPartitionsOnConcurrentStart(t *testing.T) {
t.Skip("This test only works against Couchbase Server")
}

if !base.IsEnterpriseEdition() {
t.Skip("This test only works against EE")
}
// Start multiple rest testers concurrently
numNodes := 4
numImportPartitions := uint16(16)
Expand Down

0 comments on commit 95959a9

Please sign in to comment.