Description: Skip flaky test which frequently fails when the system is busy.
Forwarded: not-needed
Bug: https://github.com/coreos/pkg/issues/76
Bug-Debian: https://bugs.debian.org/1080433
Author: Dylan Aïssi <daissi@debian.org>

--- a/progressutil/iocopy_test.go
+++ b/progressutil/iocopy_test.go
@@ -36,6 +36,7 @@
 }
 
 func TestCopyOne(t *testing.T) {
+	t.Skip("Skip flaky test (frequently fails when the system is busy)")
 	cpp := NewCopyProgressPrinter()
 	cpp.pbp.printToTTYAlways = true
 
