Skip to content

Commit

Permalink
Ignore the TSS attestation tests
Browse files Browse the repository at this point in the history
Not sure if we're gonna need this in their current form anymore. Need to discuss with the others.
  • Loading branch information
HCastano committed Oct 11, 2024
1 parent 7d07b1a commit 1f83ea4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/threshold-signature-server/src/attestation/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ use entropy_testing_utils::{
};
use serial_test::serial;

#[ignore]
#[tokio::test]
#[serial]
async fn test_attest() {
Expand Down Expand Up @@ -72,6 +73,7 @@ async fn test_attest() {
panic!("Waited 10 blocks and attestation is still pending");
}

#[ignore]
#[tokio::test]
#[serial]
async fn test_attest_validation_fail() {
Expand Down

0 comments on commit 1f83ea4

Please sign in to comment.