forked from TrueCloudLab/rclone
mount2,cmount: skip unreliable tests #4171
This commit is contained in:
parent
b58bb03e95
commit
4808958f93
2 changed files with 4 additions and 0 deletions
|
@ -11,9 +11,11 @@ package cmount
|
|||
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)
|
||||
}
|
||||
|
|
|
@ -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 a new issue