From eabe5e1631a1d4ddeeeaeb463e9bf970330946ef Mon Sep 17 00:00:00 2001 From: meteorgan Date: Sat, 26 Apr 2025 00:42:18 +0800 Subject: [PATCH] temporarily comment the pragma-page-count-empty test case --- testing/pragma.test | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/testing/pragma.test b/testing/pragma.test index 29a460c65..4d56e06ab 100755 --- a/testing/pragma.test +++ b/testing/pragma.test @@ -33,9 +33,10 @@ do_execsql_test pragma-table-info-invalid-table { PRAGMA table_info=pekka } {} -do_execsql_test_on_specific_db ":memory:" pragma-page-count-empty { - PRAGMA page_count -} {1} +# temporarily skip this test case. The issue is detailed in #1407 +#do_execsql_test_on_specific_db ":memory:" pragma-page-count-empty { +# PRAGMA page_count +#} {0} do_execsql_test_on_specific_db ":memory:" pragma-page-count-table { CREATE TABLE foo(bar);