diff --git a/integration/system/disk_usage_test.go b/integration/system/disk_usage_test.go index 19d930909d..19522aa760 100644 --- a/integration/system/disk_usage_test.go +++ b/integration/system/disk_usage_test.go @@ -18,7 +18,9 @@ import ( func TestDiskUsage(t *testing.T) { skip.If(t, testEnv.DaemonInfo.OSType == "windows") // d.Start fails on Windows with `protocol not available` - t.Parallel() + // TODO: If this helps, then fix the root cause. + // See: https://github.com/moby/moby/issues/47119 + // t.Parallel() ctx := testutil.StartSpan(baseContext, t)