diff --git a/core/http/app_test.go b/core/http/app_test.go index 0e84530a7..362a6bc69 100644 --- a/core/http/app_test.go +++ b/core/http/app_test.go @@ -1199,6 +1199,9 @@ parameters: Context("Config file", func() { BeforeEach(func() { + if runtime.GOOS != "linux" { + Skip("run this test only on linux") + } modelPath := os.Getenv("MODELS_PATH") backendPath := os.Getenv("BACKENDS_PATH") c, cancel = context.WithCancel(context.Background())