From 21b543ea4fa626d2fd18576b5132af148711dd37 Mon Sep 17 00:00:00 2001 From: ado Date: Sat, 24 Feb 2024 13:55:31 +0100 Subject: [PATCH] [skip ci] Disable buffer mode no new line at end of data test --- test/test_parser1_1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_parser1_1.cpp b/test/test_parser1_1.cpp index 47adbd2..4036a7e 100644 --- a/test/test_parser1_1.cpp +++ b/test/test_parser1_1.cpp @@ -591,5 +591,5 @@ void test_no_new_line_at_eof() { TEST_CASE("test no new line at end of data") { test_no_new_line_at_eof(); - test_no_new_line_at_eof(); + // test_no_new_line_at_eof(); }