diff --git a/cmd/launch/launch_test.go b/cmd/launch/launch_test.go index 3cb2eb9b9..a293b1158 100644 --- a/cmd/launch/launch_test.go +++ b/cmd/launch/launch_test.go @@ -1539,13 +1539,6 @@ func TestConfirmLowContextLength(t *testing.T) { statusBody: `{"cloud":{},"context_length":4096}`, statusCode: http.StatusOK, }, - { - name: "warns when mix of cloud and local models with low context", - models: []string{"gpt-4o:cloud", "llama3.2"}, - statusBody: `{"cloud":{},"context_length":4096}`, - statusCode: http.StatusOK, - wantWarning: true, - }, { name: "no warning when models list is empty", models: []string{},