We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d361a9 commit 5e73a31Copy full SHA for 5e73a31
crates/but/tests/but/journey.rs
@@ -24,7 +24,6 @@ Error: The reference 'main' did not exist
24
// TODO: maybe this should be a non-legacy journey only as we start out without workspace?
25
#[cfg(feature = "legacy")]
26
#[test]
27
-#[ignore = "While it's flaky because of spawning background processes running migrations at the same time"]
28
fn from_empty() -> anyhow::Result<()> {
29
let env = Sandbox::empty()?;
30
0 commit comments