We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d833301 commit c1bd33cCopy full SHA for c1bd33c
tests/runtime.rs
@@ -28,7 +28,8 @@ 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")
32
+ .ignore("outbounbd-mqtt");
33
let conclusion = conformance_tests::run_tests(config, move |test| {
34
conformance::run_test(test, &spin_binary())
35
})?;
0 commit comments