Skip to content

Commit

Permalink
popcorn::test_example_templates skip pug tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Privat <[email protected]>
  • Loading branch information
privat committed Jun 25, 2024
1 parent 8fdbb22 commit 6f2455a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class TestExampleTemplatePug
system "curl -s {host}:{port}/"
end

fun test_example_template_pug is test do
fun test_example_template_pug do # is test do # skip because dependendy on an external tool pug
var app = new App
app.use("/", new MyTemplatePugHandler)
run_test(app)
Expand Down

0 comments on commit 6f2455a

Please sign in to comment.