17 lines
348 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|