Files
email-tracker/external/duckdb/test/configs/no_local_filesystem.json
2025-10-24 19:21:19 -05:00

17 lines
348 B
JSON

{
"description": "Run without the LocalFileSystem enabled.",
"on_init": "SET disabled_filesystems = 'LocalFileSystem';",
"skip_compiled": "true",
"skip_error_messages": [
"LocalFileSystem"
],
"skip_tests": [
{
"reason": "TODO",
"paths": [
"test/sql/attach/attach_filepath_roundtrip.test"
]
}
]
}