Skip to content

Commit

Permalink
ignore failing test, requires partially implemented feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Aug 16, 2024
1 parent 6237070 commit 3baa73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dan_layer/consensus_tests/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,10 @@ async fn multishard_local_inputs_foreign_outputs() {
}

#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
#[ignore = "TODO: this test does not work because more work is needed on multi-sharded output-only involvement"]
async fn multishard_local_inputs_and_outputs_foreign_outputs() {
setup_logger();
let mut test = Test::builder()
.debug_sql("/tmp/test{}.db")
.add_committee(0, vec!["1", "2"])
.add_committee(1, vec!["3", "4"])
.add_committee(2, vec!["5", "6"])
Expand Down Expand Up @@ -508,7 +508,7 @@ async fn multishard_local_inputs_and_outputs_foreign_outputs() {
}

#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
async fn output_conflict_abort() {
async fn multishard_output_conflict_abort() {
setup_logger();
let mut test = Test::builder()
.add_committee(0, vec!["1", "2"])
Expand Down

0 comments on commit 3baa73c

Please sign in to comment.