Skip to content

Commit

Permalink
Remove the OffTheTop test case
Browse files Browse the repository at this point in the history
  • Loading branch information
reid-spencer committed Apr 29, 2024
1 parent 8fef05d commit 18c31d1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ class RunRiddlcOnLocalTest extends RunCommandSpecBase {
val config = "src/riddl/FooBarSuccess/FooBar.conf"
runOnLocalProject(cwd, config, "validate")
}
"validate on OffTheTop" in {
val cwd = "/Users/reid/Code/Improving/OffTheTop"
val config = "design/src/main/riddl/OffTheTop.conf"
runOnLocalProject(cwd, config, "validate")
}
"validate kalix-improving-template" in {
val cwd = "/Users/reid/Code/Improving/kalix-improving-template"
val config = "design/src/main/riddl/example.conf"
Expand Down

0 comments on commit 18c31d1

Please sign in to comment.