ソースを参照

remove failing test to check the build fails

Nick Hildebrant 10 年 前
コミット
cdae5d39b2
1 ファイル変更0 行追加3 行削除
  1. 0 3
      test/ci_tests/01_basic/basic_spec.lua

+ 0 - 3
test/ci_tests/01_basic/basic_spec.lua

@@ -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)
 end)