Remove non-deterministic test

unittests-srht
Gabriel Pérez-Cerezo 3 years ago
parent 890369090e
commit 02687c11ee

@ -93,9 +93,6 @@ END_SER
]]
describe("write_to_fd", function()
it("serializes a table correctly", function()
assert.equals(check_write(testtable), testser)
end)
it("does not skip empty tables", function()
assert.equals(check_write({{}}),noskip)
end)

Loading…
Cancel
Save