We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff6a17 commit d320c64Copy full SHA for d320c64
tablestorage/tablestorage_test.go
@@ -201,6 +201,7 @@ func TestEmptyPartitionKeySupplier(t *testing.T) {
201
// only creates as many partition keys as given as partitionKeyCount,
202
// as well as if the generated keys are evenly distributed, given a set of similar keys.
203
func TestSyntheticPartitionKeySupplier(t *testing.T) {
204
+ t.Skip("Takes too much CPU and time to run regularly. Enable when working on partitioning.")
205
testCases := []struct {
206
partitionKeyCount int
207
keyCount int
0 commit comments