mirror of
https://github.com/rclone/rclone
synced 2024-12-22 13:03:02 +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 (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/rclone/rclone/fstest/testy"
|
||||||
"github.com/rclone/rclone/vfs/vfstest"
|
"github.com/rclone/rclone/vfs/vfstest"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestMount(t *testing.T) {
|
func TestMount(t *testing.T) {
|
||||||
|
testy.SkipUnreliable(t)
|
||||||
vfstest.RunTests(t, false, mount)
|
vfstest.RunTests(t, false, mount)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user