mirror of
https://github.com/rclone/rclone.git
synced 2025-07-15 11:45:27 +02:00
Stop --update tests running on remotes which don't do mod time
This commit is contained in:
@ -694,6 +694,9 @@ func TestSyncWithExcludeAndDeleteExcluded(t *testing.T) {
|
|||||||
|
|
||||||
// Test with UpdateOlder set
|
// Test with UpdateOlder set
|
||||||
func TestSyncWithUpdateOlder(t *testing.T) {
|
func TestSyncWithUpdateOlder(t *testing.T) {
|
||||||
|
if fs.Config.ModifyWindow == fs.ModTimeNotSupported {
|
||||||
|
t.Skip("Can't run this test on fs which doesn't support mod time")
|
||||||
|
}
|
||||||
r := NewRun(t)
|
r := NewRun(t)
|
||||||
defer r.Finalise()
|
defer r.Finalise()
|
||||||
t2plus := t2.Add(time.Second / 2)
|
t2plus := t2.Add(time.Second / 2)
|
||||||
|
Reference in New Issue
Block a user