e2e: remove DCT tests

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-10-28 20:28:38 +01:00
parent 918ec8c48a
commit c98d9647d3
36 changed files with 6 additions and 1453 deletions

View File

@ -31,7 +31,6 @@ func TestCreatePushPull(t *testing.T) {
icmd.RunCommand("docker", "plugin", "create", pluginName, pluginDir).Assert(t, icmd.Success)
result := icmd.RunCmd(icmd.Command("docker", "plugin", "push", pluginName),
fixtures.WithConfig(dir.Path()),
fixtures.WithPassphrase("foo", "bar"),
)
result.Assert(t, icmd.Expected{
Out: fmt.Sprintf("The push refers to repository [%s]", pluginName),