@@ -4,7 +4,4 @@ describe("civetweb basic", function()
it("should serve a simple get request", function()
assert.is_true(true)
end)
- it("should fail the build on a failed test", function()
- assert.is_false(true)
- end)