Skip to content
Snippets Groups Projects
Commit 18c54b34 authored by Pardini, Lorenzo (lopa)'s avatar Pardini, Lorenzo (lopa)
Browse files

temporarily removed 3rd order

parent 9e410ad4
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -29,14 +29,4 @@ object ElasticParserSpec extends Specification {
}
"ElasticParser3rdTest" >> {
"test with json-events" >> {
ParserRun.parse(ElasticParser, "parsers/elastic/test/examples/3rd/INFO_ElaStic", "json-events") must_== ParseResult.ParseSuccess
}
"test with json" >> {
ParserRun.parse(ElasticParser, "parsers/elastic/test/examples/3rd/INFO_ElaStic", "json") must_== ParseResult.ParseSuccess
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment