[lldb][test] Skip `array` test due to ASTImport lambda issue (#163735)

The test will fail if libc++ starts to use a lambda in `<array>`. This
will become the case because
- libc++'s `array::fill` uses `std::fill_n`, and
- `std::fill_n` is to be optimized for segment iterators, and
- the natural approach for such optimization uses lambdas.

Until ASTImport of `clang::LambdaExpr` nodes gets properly fix, this
will need to be skipped.

GitOrigin-RevId: e764b6df4b8fe73bce53673565a9e9a8d0641527
1 file changed