mirror of
https://github.com/rclone/rclone.git
synced 2024-12-22 23:22:08 +01:00
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,3 +1,6 @@
|
||||
//go:build !race
|
||||
// +build !race
|
||||
|
||||
package docker_test
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user