mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
integration: Skip TestRunMountImageMultipleTimes on Windows
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -355,6 +355,7 @@ func setupTestImage(t *testing.T, ctx context.Context, apiClient client.APIClien
|
||||
// Regression test for: https://github.com/moby/moby/issues/50122
|
||||
func TestRunMountImageMultipleTimes(t *testing.T) {
|
||||
skip.If(t, versions.LessThan(testEnv.DaemonAPIVersion(), "1.48"), "skip test from new feature")
|
||||
skip.If(t, testEnv.DaemonInfo.OSType == "windows")
|
||||
|
||||
ctx := setupTest(t)
|
||||
apiClient := testEnv.APIClient()
|
||||
|
||||
Reference in New Issue
Block a user