mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-05 09:14:24 +01:00
temporarily comment the pragma-page-count-empty test case
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user