tadeja commented on code in PR #49189:
URL: https://github.com/apache/arrow/pull/49189#discussion_r2794080950


##########
.github/workflows/python.yml:
##########
@@ -173,7 +175,8 @@ jobs:
       ARROW_WITH_SNAPPY: ON
       ARROW_WITH_BROTLI: ON
       ARROW_BUILD_TESTS: OFF
-      PYARROW_TEST_LARGE_MEMORY: ON
+      PYARROW_TEST_LARGE_MEMORY: ${{ matrix.large-memory-tests }}
+      PYTEST_ARGS: "--durations=40 -v"
       # Current oldest supported version according to 
https://endoflife.date/macos
       MACOSX_DEPLOYMENT_TARGET: 12.0

Review Comment:
   Ok, back to the previous fix - disabling large memory tests on 15-intel 
which take more than two thirds of test time there.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to