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:
parent
05f128868f
commit
2bc2546d5c
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user