Commit 4876c5ce authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.holistic-trace-analysis: disable tests that can fail/hang on Darwin

parent 9e0124a9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -54,6 +54,13 @@ buildPythonPackage rec {
    # Fails under Python 3.12 on Darwin with I/O errors
    # Permission denied: '/tmp/path_does_not_exist/...'
    "test_critical_path_overlaid_trace"
    # Permission error: [Errno 1] Operation not permitted
    "test_get_mtia_aten_op_kernels_and_delay_inference_single_rank"
    # No cuda on Darwin, can cause hangs in nixpkgs-review
    "test_frequent_cuda_kernel_sequences"
    "test_get_cuda_kernel_launch_stats_for_h100"
    "test_get_cuda_kernel_launch_stats_inference_single_rank"
    "test_get_cuda_kernel_launch_stats_training_multiple_ranks"
  ];

  disabledTestPaths = lib.optionals stdenv.hostPlatform.isDarwin [