Merge pull request #47579 from vvoland/flaky-testdiskusage

integration: Remove Parallel from TestDiskUsage
This commit is contained in:
Sebastiaan van Stijn 2024-03-18 13:59:28 +01:00 committed by GitHub
commit ebf300c165
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)