serve/docker: skip race test until we find a solution for deadlock
Related to #5738
This commit is contained in:
parent
1a66736ef0
commit
59e77f794e
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
//go:build !race
|
||||
// +build !race
|
||||
|
||||
package docker_test
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue