Skip to content

Commit

Permalink
Disable synthetic partition key supplier test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippgille committed Dec 3, 2023
1 parent 9ff6a17 commit d320c64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tablestorage/tablestorage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ func TestEmptyPartitionKeySupplier(t *testing.T) {
// only creates as many partition keys as given as partitionKeyCount,
// as well as if the generated keys are evenly distributed, given a set of similar keys.
func TestSyntheticPartitionKeySupplier(t *testing.T) {
t.Skip("Takes too much CPU and time to run regularly. Enable when working on partitioning.")
testCases := []struct {
partitionKeyCount int
keyCount int
Expand Down

0 comments on commit d320c64

Please sign in to comment.