1diff --git a/pkg/utils/downloader_test.go b/pkg/utils/downloader_test.go
2index b227760..b72dee9 100644
3--- a/pkg/utils/downloader_test.go
4+++ b/pkg/utils/downloader_test.go
5@@ -7,6 +7,7 @@ import (
6 )
7
8 func TestDownloadSwaggerFile(t *testing.T) {
9+ t.Skipf("Nix sandbox does not have networking")
10 var tmpdir string
11 // Github actions does not have a temporary dir :/
12 tmpdir = os.Getenv("RUNNER_TEMP")