Skip to content

Commit

Permalink
memray: disable failing snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gepbird committed Feb 16, 2025
1 parent 2760d30 commit 01ad7fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/by-name/me/memray/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ python3Packages.buildPythonApplication rec {
# Import issue
"test_header_allocator"
"test_hybrid_stack_of_allocations_inside_ceval"

# Snapshot tests are failing with textual 2.0.0
# https://github.com/bloomberg/memray/issues/713
"TestTUILooks"
"test_tui_basic"
"test_tui_pause"
"test_tui_gradient"
"test_merge_threads"
"test_unmerge_threads"
];

disabledTestPaths = [
Expand Down

0 comments on commit 01ad7fe

Please sign in to comment.