Skip to content

Commit 5e73a31

Browse files
committed
fix(test): remove ignore flag from that that should no longer be flakey
1 parent 1d361a9 commit 5e73a31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/but/tests/but/journey.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Error: The reference 'main' did not exist
2424
// TODO: maybe this should be a non-legacy journey only as we start out without workspace?
2525
#[cfg(feature = "legacy")]
2626
#[test]
27-
#[ignore = "While it's flaky because of spawning background processes running migrations at the same time"]
2827
fn from_empty() -> anyhow::Result<()> {
2928
let env = Sandbox::empty()?;
3029

0 commit comments

Comments
 (0)