mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 08:38:11 +02:00
serve docker: disable linux tests in CI as they are locking up regularly
This commit is contained in:
@ -304,8 +304,8 @@ func (a *APIClient) request(path string, in, out interface{}, wantErr bool) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func testMountAPI(t *testing.T, sockAddr string) {
|
func testMountAPI(t *testing.T, sockAddr string) {
|
||||||
// Disable tests under macOS and the CI since they are locking up
|
// Disable tests under macOS and linux in the CI since they are locking up
|
||||||
if runtime.GOOS == "darwin" {
|
if runtime.GOOS == "darwin" || runtime.GOOS == "linux" {
|
||||||
testy.SkipUnreliable(t)
|
testy.SkipUnreliable(t)
|
||||||
}
|
}
|
||||||
if _, mountFn := mountlib.ResolveMountMethod(""); mountFn == nil {
|
if _, mountFn := mountlib.ResolveMountMethod(""); mountFn == nil {
|
||||||
|
Reference in New Issue
Block a user