Description: Disabel test cases requiring network access
Author: Guillem Jover <gjover@sipwise.com>
Origin: other, Sipwise
Forwarded: no
Last-Update: 2021-12-28

---
 flatten_test.go |    2 ++
 1 file changed, 2 insertions(+)

--- a/flatten_test.go
+++ b/flatten_test.go
@@ -1223,6 +1223,8 @@ func TestFlatten_1851(t *testing.T) {
 }
 
 func TestFlatten_RemoteAbsolute(t *testing.T) {
+	t.Skip("Skipping case requiring network")
+
 	for _, fixture := range []string{
 		// this one has simple remote ref pattern
 		filepath.Join("fixtures", "bugs", "remote-absolute", "swagger-mini.json"),
