cuda-quantum icon indicating copy to clipboard operation
cuda-quantum copied to clipboard

Add utility to skip tests based on host architecture

Open RevanthGundala opened this issue 10 months ago • 2 comments

Description

Fixes #2276

This PR introduces a utility module (python/tests/utils/arch.py) that allows tests to be conditionally skipped based on the host architecture (e.g., x86_64, aarch64). This addresses the need for a portable, maintainable way to prevent platform-specific test failures.

This change does not alter any test behavior by default, but provides a clear and reusable mechanism for future architecture-specific test requirements.

RevanthGundala avatar Apr 14 '25 22:04 RevanthGundala

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

copy-pr-bot[bot] avatar Apr 14 '25 22:04 copy-pr-bot[bot]

Were you planning to deploy this in some test(s) in particular?

schweitzpgi avatar May 06 '25 15:05 schweitzpgi