Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-43868: [CI][Python] Skip test that requires PARQUET_TEST_DAT…
…A env on emscripten (apache#43906) ### Rationale for this change The following PR: - apache#41580 Made mandatory for a test the requirement to have `PARQUET_TEST_DATA` env defined. This is currently not available from `python_test_emscripten.sh` as we require to mount the filesystem for both Node and ChromeDriver. ### What changes are included in this PR? Skip the test that requires `PARQUET_TEST_DATA` for emscripten. ### Are these changes tested? Via archery ### Are there any user-facing changes? No * GitHub Issue: apache#43905 * GitHub Issue: apache#43868 Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
- Loading branch information