Skip to content

Commit b2d8972

Browse files
removing tests for unsupported terminals
1 parent d1833ea commit b2d8972

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

cmd/card/cardinfo_test.go

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,6 @@ func TestSupportsSixelGraphics(t *testing.T) {
325325
},
326326
wantSupport: true,
327327
},
328-
{
329-
name: "mintty via TERM_PROGRAM",
330-
envVars: map[string]string{
331-
"TERM_PROGRAM": "mintty",
332-
},
333-
wantSupport: true,
334-
},
335328
{
336329
name: "konsole via TERM_PROGRAM",
337330
envVars: map[string]string{
@@ -353,27 +346,13 @@ func TestSupportsSixelGraphics(t *testing.T) {
353346
},
354347
wantSupport: true,
355348
},
356-
{
357-
name: "mlterm via TERM",
358-
envVars: map[string]string{
359-
"TERM": "mlterm",
360-
},
361-
wantSupport: true,
362-
},
363349
{
364350
name: "xterm-sixel via TERM",
365351
envVars: map[string]string{
366352
"TERM": "xterm-sixel",
367353
},
368354
wantSupport: true,
369355
},
370-
{
371-
name: "yaft via TERM",
372-
envVars: map[string]string{
373-
"TERM": "yaft-256color",
374-
},
375-
wantSupport: true,
376-
},
377356
{
378357
name: "unsupported terminal - Apple Terminal",
379358
envVars: map[string]string{

0 commit comments

Comments
 (0)