Преглед на файлове

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)