From: Nicolas Peugnet <nicolas@club1.fr>
Date: Sat, 15 Feb 2025 12:37:49 +0100
Subject: Disable tests that require network access

Forwarded: not-needed
---
 schema/schema_test.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/schema/schema_test.go b/schema/schema_test.go
index df35d4e..fcbceb5 100644
--- a/schema/schema_test.go
+++ b/schema/schema_test.go
@@ -255,6 +255,7 @@ func TestValidateVariables(t *testing.T) {
 }
 
 func TestSchema(t *testing.T) {
+	t.Skip("Debian-local: test requires network access")
 	abs, err := filepath.Abs("compose-spec.json")
 	assert.NilError(t, err)
 	schema := gojsonschema.NewReferenceLoader("file:///" + abs)
