diff --git a/flatten_test.go b/flatten_test.go index 96f5fb7..a4f8c38 100644 --- a/flatten_test.go +++ b/flatten_test.go @@ -1202,6 +1202,10 @@ func TestFlatten_1851(t *testing.T) { } func TestFlatten_RemoteAbsolute(t *testing.T) { + if !antest.LongTestsEnabled() { + t.Skip("requires remote fixtures; use -enable-long to run") + } + for _, toPin := range []string{ // this one has simple remote ref pattern filepath.Join("fixtures", "bugs", "remote-absolute", "swagger-mini.json"),