1
mirror of https://github.com/rclone/rclone synced 2024-11-17 17:30:37 +01:00

test: skip mount2 test on single-CPU runners

This commit is contained in:
Ivan Andreev 2021-09-04 20:20:54 +03:00
parent 05f128868f
commit 2bc2546d5c

View File

@ -5,9 +5,11 @@ package mount2
import (
"testing"
"github.com/rclone/rclone/fstest/testy"
"github.com/rclone/rclone/vfs/vfstest"
)
func TestMount(t *testing.T) {
testy.SkipUnreliable(t)
vfstest.RunTests(t, false, mount)
}