Skip to content

Commit

Permalink
cln_rpc: Ignore flakey test
Browse files Browse the repository at this point in the history
I've written this test earlier.
It appears to be flakey and fails from time to time.

I'd propose to ignore the test temporarily.
  • Loading branch information
ErikDeSmedt committed Jan 17, 2024
1 parent e9ff50d commit 32dcc33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,8 @@ mod test {
let _ = builder.start(state);
}

// This test appears to be flakey
#[ignore]
#[tokio::test]
async fn logs_become_json_rpc_notifications() {
// The input and output for testing the plugin behavior
Expand Down

0 comments on commit 32dcc33

Please sign in to comment.