mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 17:11:37 +02:00
serve/docker: skip race test until we find a solution for deadlock
Related to #5738
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
//go:build !race
|
||||
// +build !race
|
||||
|
||||
package docker_test
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user