We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d833301 + c527524 commit 131c771Copy full SHA for 131c771
tests/runtime.rs
@@ -28,7 +28,7 @@ mod runtime_tests {
28
29
#[test]
30
fn conformance_tests() -> anyhow::Result<()> {
31
- let config = conformance_tests::Config::new("canary");
+ let config = conformance_tests::Config::new("canary").ignore("outbound-mqtt");
32
let conclusion = conformance_tests::run_tests(config, move |test| {
33
conformance::run_test(test, &spin_binary())
34
})?;
0 commit comments