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
1 changed files with 2 additions and 0 deletions

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)
}