Skip to content

Commit cba17c9

Browse files
sqlite3_file_control
1 parent 14e01de commit cba17c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_sqlite3/test_dbapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ def test_database_keyword(self):
736736
with contextlib.closing(sqlite.connect(database=":memory:")) as cx:
737737
self.assertEqual(type(cx), sqlite.Connection)
738738

739+
@unittest.skipIf(sys.platform == "darwin", "skipped on macOS")
739740
def test_wal_preservation(self):
740741
with tempfile.TemporaryDirectory() as dirname:
741742
path = os.path.join(dirname, "db.sqlite")

0 commit comments

Comments
 (0)