mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01:00
Stop --update tests running on remotes which don't do mod time
This commit is contained in:
parent
41eb386063
commit
229ea3f86c
@ -694,6 +694,9 @@ func TestSyncWithExcludeAndDeleteExcluded(t *testing.T) {
|
||||
|
||||
// Test with UpdateOlder set
|
||||
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)
|
||||
defer r.Finalise()
|
||||
t2plus := t2.Add(time.Second / 2)
|
||||
|
Loading…
Reference in New Issue
Block a user