mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-28 19:23:53 +01:00
Remove debug print
This commit is contained in:
parent
f20b2a08c4
commit
7e580888d2
@ -87,7 +87,6 @@ func isShardedTestRun() bool {
|
||||
}
|
||||
|
||||
func markTestForSharding(t *testing.T, testShardNumber int) {
|
||||
fmt.Printf("DDWORKENDEBUG: markTestForSharding: isShardedTestRun()=%#v testShardNumber=%#v numTestShards()=%#v currentShardNumber()=%#v", isShardedTestRun(), testShardNumber, numTestShards(), currentShardNumber())
|
||||
if isShardedTestRun() {
|
||||
if testShardNumber%numTestShards() != currentShardNumber() {
|
||||
t.Skip("Skipping sharded test")
|
||||
|
Loading…
Reference in New Issue
Block a user