mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
Replaced manual environment setup and cleanup with RAII-based MockEnvironBackup in tests that check IGC_* variables. This ensures proper isolation, automatic restoration, and prevents side effects between tests when IGC environment variables are present. Related-To: NEO-12721 Signed-off-by: Aleksandra Nizio <aleksandra.nizio@intel.com>