We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48b2fb commit 2a49aecCopy full SHA for 2a49aec
src/test/scala/ResourcesTest.scala
@@ -152,7 +152,7 @@ class ResourcesTest extends FlatSpec with ShouldMatchers with TestBase {
152
report.isSuccess should be (true)
153
}
154
155
- it should "validate online petstore" in {
+ ignore should "validate online petstore" in {
156
val json = Source.fromURL("http://petstore.swagger.wordnik.com/v2/swagger.json").getLines.filter(!_.startsWith("//")).mkString
157
val data = JsonLoader.fromString(json)
158
val report = jsonSchema.validate(data)
0 commit comments