We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d065ba commit 4c5b328Copy full SHA for 4c5b328
test/e2e_test.go
@@ -16,7 +16,7 @@ import (
16
)
17
18
func TestTranscoding(t *testing.T) {
19
- if os.Getenv("CI") != "" {
+ if _, ok := os.LookupEnv("DISPLAY"); !ok {
20
t.Skip("Skipping testing in CI environment")
21
}
22
for mime, codec := range codecs.SupportedCodecs {
0 commit comments