serve/docker: skip race test until we find a solution for deadlock

Related to #5738
This commit is contained in:
Ivan Andreev 2021-10-22 11:05:19 +03:00
parent 1a66736ef0
commit 59e77f794e

View file

@ -1,3 +1,6 @@
//go:build !race
// +build !race
package docker_test
import (