test: Don't run unreliable tests on CI #4171

This commit is contained in:
Nick Craig-Wood
2020-06-15 21:27:40 +01:00
parent ba7fbfa8a7
commit b58bb03e95
4 changed files with 16 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ import (
"fmt"
"runtime"
"testing"
"github.com/rclone/rclone/fstest/testy"
)
func TestStatsGroupOperations(t *testing.T) {
@@ -71,6 +73,7 @@ func TestStatsGroupOperations(t *testing.T) {
})
t.Run("memory is reclaimed", func(t *testing.T) {
testy.SkipUnreliable(t)
var (
count = 1000
start, end runtime.MemStats