Skip to content

Commit

Permalink
Disable osmo arb test temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
dowlandaiello committed Jul 26, 2024
1 parent 1ab2db4 commit 5b8f5e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion local-interchaintest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ fn main() -> Result<(), Box<dyn StdError + Send + Sync>> {
.with_test(Box::new(tests::test_unprofitable_arb) as TestFn)
.build()?,
)?
/*
// Test case (astro -> osmo arb):
//
// - Astro: untrn-bruhtoken @ 1.5 bruhtoken/untrn
Expand Down Expand Up @@ -323,6 +324,6 @@ fn main() -> Result<(), Box<dyn StdError + Send + Sync>> {
.with_arbbot()
.with_test(Box::new(tests::test_osmo_arb) as TestFn)
.build()?,
)?
)?*/
.join()
}

0 comments on commit 5b8f5e2

Please sign in to comment.