pdal: skip test broken by GDAL 3.11
It's trying to use a plugin that no longer exists.
This commit is contained in:
@@ -116,6 +116,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
# Failure
|
||||
"pdal_app_plugin_test"
|
||||
|
||||
# Removed in GDAL 3.11
|
||||
"pdal_io_gdal_writer_test"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user