We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b00560 commit b15ca22Copy full SHA for b15ca22
anvil/tests/hf_ingestion_e2e.rs
@@ -23,6 +23,7 @@ struct ComposeGuard;
23
24
impl Drop for ComposeGuard { fn drop(&mut self) { let _ = Command::new("docker").args(["compose","down","-v"]).status(); } }
25
26
+#[ignore]
27
#[tokio::test]
28
#[cfg(target_os = "linux")]
29
async fn hf_ingestion_config_json() {
0 commit comments