From f3f2cd32f839e1aaf67a7360616cba9f927b116a Mon Sep 17 00:00:00 2001 From: Chris Czub Date: Mon, 29 Apr 2024 16:39:07 -0400 Subject: [PATCH] Update crates/core/component/dex/src/component/tests.rs Co-authored-by: Erwan Or Signed-off-by: Chris Czub --- crates/core/component/dex/src/component/tests.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/core/component/dex/src/component/tests.rs b/crates/core/component/dex/src/component/tests.rs index 75f16792b8..611a742a4b 100644 --- a/crates/core/component/dex/src/component/tests.rs +++ b/crates/core/component/dex/src/component/tests.rs @@ -868,7 +868,10 @@ async fn basic_cycle_arb() -> anyhow::Result<()> { /// terminates. /// /// This test also ensures that the created `SwapExecution` has the -/// correct data. +/// +/// *Arbitrage execution record bug:* +/// This test also ensures that the created `SwapExecution` has the + /// correct data. (See #3790). async fn reproduce_arbitrage_loop_testnet_53() -> anyhow::Result<()> { let _ = tracing_subscriber::fmt::try_init(); let storage = TempStorage::new().await?.apply_minimal_genesis().await?;