Skip to content

Commit

Permalink
Re-enable test case previously commented out but marked pending
Browse files Browse the repository at this point in the history
Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
  • Loading branch information
reid-spencer committed Nov 26, 2023
1 parent 7b46b14 commit c62561e
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ class RunRiddlcOnArbitraryTest extends RunCommandSpecBase {
val config = "design/src/main/riddl/ksoapp.conf"
validateLocalProject(cwd, config)
}
// FIXME: Fix Improving.app syntax and re-enable
// "validate Improving.app" in {
// val cwd = "/Users/reid/Code/improving.app/riddl"
// val config = "src/main/riddl/ImprovingApp.conf"
// validateLocalProject(cwd, config)
// pending
// }
"validate Improving.app" in {
pending
val cwd = "/Users/reid/Code/improving.app/riddl"
val config = "src/main/riddl/ImprovingApp.conf"
validateLocalProject(cwd, config)
}
}
}

0 comments on commit c62561e

Please sign in to comment.