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 <[email protected]> Co-authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information