#14080·dagger

Decide how to handle tests that need SDKs

Author: kpenfoundCreated Sep 8, 2026Updated Sep 8, 2026

By separating SDKs to their own repos, we have moved a lot of the testing burden to those SDKs themselves.

A few tests that may still belong in dagger/dagger have failed due to reliance on external SDKs and breaking changes on those SDKs that has not landed in dagger/dagger yet.

We have temporarily disabled those tests until we decide how to move forward: https://github.com/dagger/dagger/pull/14079

One option is to have a private SDK fixture rather than relying on an external SDK.

Acceptance of this issue depends on re-enabling or reworking all 6 disabled tests.