Skip to content

Commit d320c64

Browse files
committed
Disable synthetic partition key supplier test
1 parent 9ff6a17 commit d320c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tablestorage/tablestorage_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ func TestEmptyPartitionKeySupplier(t *testing.T) {
201201
// only creates as many partition keys as given as partitionKeyCount,
202202
// as well as if the generated keys are evenly distributed, given a set of similar keys.
203203
func TestSyntheticPartitionKeySupplier(t *testing.T) {
204+
t.Skip("Takes too much CPU and time to run regularly. Enable when working on partitioning.")
204205
testCases := []struct {
205206
partitionKeyCount int
206207
keyCount int

0 commit comments

Comments
 (0)