Skip to content

Commit 0caecf7

Browse files
committed
test(coprocessor): host-listener, faster test
1 parent 01e5e2d commit 0caecf7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

coprocessor/fhevm-engine/host-listener/tests/integration_test.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,6 @@ async fn test_bad_chain_id() {
260260
}
261261
}
262262

263-
#[tokio::test]
264-
#[serial(db)]
265-
async fn test_listener_restart() -> Result<(), anyhow::Error> {
266-
test_listener_no_event_loss(true, false).await
267-
}
268-
269263
#[tokio::test]
270264
#[serial(db)]
271265
async fn test_listener_restart_and_chain_reorg() -> Result<(), anyhow::Error> {

0 commit comments

Comments
 (0)