Skip to content

Commit

Permalink
chore: re-enable missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Nov 2, 2024
1 parent 76d4ed0 commit e877b18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions prover/src/gpu/metal/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ fn rpo_build_constraint_commitment_on_gpu_without_padding_matches_cpu() {
>(HashFn::Rpo256);
}

/*
#[test]
fn rpx_build_constraint_commitment_on_gpu_without_padding_matches_cpu() {
build_constraint_commitment_on_gpu_without_padding_matches_cpu::<
Expand All @@ -80,8 +78,6 @@ fn rpx_build_constraint_commitment_on_gpu_without_padding_matches_cpu() {
>(HashFn::Rpx256);
}

*/

// TEST FUNCTIONS
// ================================================================================================

Expand Down

0 comments on commit e877b18

Please sign in to comment.