Skip to content

Commit 2a49aec

Browse files
committed
ignoring online petstore
1 parent b48b2fb commit 2a49aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/ResourcesTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class ResourcesTest extends FlatSpec with ShouldMatchers with TestBase {
152152
report.isSuccess should be (true)
153153
}
154154

155-
it should "validate online petstore" in {
155+
ignore should "validate online petstore" in {
156156
val json = Source.fromURL("http://petstore.swagger.wordnik.com/v2/swagger.json").getLines.filter(!_.startsWith("//")).mkString
157157
val data = JsonLoader.fromString(json)
158158
val report = jsonSchema.validate(data)

0 commit comments

Comments
 (0)