rclone/lib/israce
Nick Craig-Wood 7712a0e111 fs/asyncreader: skip some tests to work around race detector bug
The race detector currently detects a race with len(chan) against
close(chan).

See: https://github.com/golang/go/issues/27070

Skip the tests which trip this bug under the race detector.
2018-08-20 12:34:29 +01:00
..
israce.go fs/asyncreader: skip some tests to work around race detector bug 2018-08-20 12:34:29 +01:00
norace.go fs/asyncreader: skip some tests to work around race detector bug 2018-08-20 12:34:29 +01:00