Skip to content

Commit f79f7d1

Browse files
committed
fix placement of #[ignore] flag
1 parent 0a8e30d commit f79f7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/e2e/tests/e2e/refunder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ async fn run_refunder_threshold_test(
294294
);
295295
}
296296

297-
#[ignore]
298297
#[rstest]
299298
// Tests that orders with slippage below, at, or above the min_price_deviation
300299
// threshold are refunded according to the SQL >= check.
@@ -330,6 +329,7 @@ async fn run_refunder_threshold_test(
330329
ValidityDuration { order: 100, enforced: 100 },
331330
false
332331
)]
332+
#[ignore]
333333
#[tokio::test]
334334
async fn local_node_refunder_thresholds(
335335
#[case] slippage: SlippageBps,

0 commit comments

Comments
 (0)