Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Commit

Permalink
Cypher2QPlan: ignore test depending on path variable. Ref.: #301
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarton committed Feb 9, 2018
1 parent 5a26e59 commit 72bc0d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/src/test/scala/ingraph/sandbox/JsaTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ class JsaTest extends CompilerTest {
test("FunctionThrowStatement.cypher") {
compileFromFile("FunctionThrowStatement")
}
test("generatecalls.cypher") {
//FIXME: Incomplete compilation found: p = shortestPath((fun)-[*]->(`call`))
ignore("generatecalls.cypher") {
compileFromFile("generatecalls")
}
test("getlastcommithash.cypher") {
Expand Down

0 comments on commit 72bc0d3

Please sign in to comment.