summary refs log tree commit diff
path: root/pkgs/development/tools/kubepug/skip-external-network-tests.patch
blob: e24aa01ad1758fd8bcd2a4aef2e24d23634f128f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/pkg/utils/downloader_test.go b/pkg/utils/downloader_test.go
index b227760..b72dee9 100644
--- a/pkg/utils/downloader_test.go
+++ b/pkg/utils/downloader_test.go
@@ -7,6 +7,7 @@ import (
 )
 
 func TestDownloadSwaggerFile(t *testing.T) {
+    t.Skipf("Nix sandbox does not have networking")
 	var tmpdir string
 	// Github actions does not have a temporary dir :/
 	tmpdir = os.Getenv("RUNNER_TEMP")