mio 2cb1762b23 testing/duckdb: skip failing test
Skip test that failed on the aarch64 builder.

```
1. test/sql/copy/parquet/writer/parquet_write_memory_limit.test_slow:24
================================================================================
Query unexpectedly failed (test/sql/copy/parquet/writer/parquet_write_memory_limit.test_slow:24)
 (test/sql/copy/parquet/writer/parquet_write_memory_limit.test_slow:24)!
================================================================================
COPY 'duckdb_unittest_tempdir/13509/large_integers.parquet' TO 'duckdb_unittest_tempdir/13509/large_integers2.parquet';
================================================================================
Actual result:
================================================================================
Out of Memory Error: failed to allocate data of size 1.0 MiB (285.6 MiB/286.1 MiB used)

Possible solutions:
* Reducing the number of threads (SET threads=X)
* Disabling insertion-order preservation (SET preserve_insertion_order=false)
* Increasing the memory limit (SET memory_limit='...GB')

See also https://duckdb.org/docs/stable/guides/performance/how_to_tune_workloads

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unittest is a Catch v2.13.7 host application.
Run with -? for options

-------------------------------------------------------------------------------
test/sql/copy/parquet/writer/parquet_write_memory_limit.test_slow
-------------------------------------------------------------------------------
/home/buildozer/aports/testing/duckdb/src/duckdb-1.4.0/test/sqlite/test_sqllogictest.cpp:247
...............................................................................

test/sql/copy/parquet/writer/parquet_write_memory_limit.test_slow:24: FAILED:
explicitly with message:
  0
```
2025-10-09 13:31:41 +00:00
..