1
mirror of https://github.com/rclone/rclone synced 2024-11-12 10:50:08 +01:00

fstests: Allow RangeOption tests to run everywhere #1825

This commit is contained in:
Nick Craig-Wood 2018-02-19 15:48:23 +00:00
parent afc963ed92
commit 9ffc3898b1

View File

@ -824,11 +824,6 @@ func TestObjectOpenSeek(t *testing.T) {
// TestObjectOpenRange tests that Open works with RangeOption
func TestObjectOpenRange(t *testing.T) {
skipIfNotOk(t)
if strings.ToLower(os.Getenv("CI")) == "true" {
t.Skip("FIXME skipping test in CI")
} else {
t.Log("FIXME running test since not in CI")
}
obj := findObject(t, file1.Path)
for _, test := range []struct {
ro fs.RangeOption