Skip to content

Commit c1bd33c

Browse files
committed
Ignore MQTT test flake
Signed-off-by: itowlson <[email protected]>
1 parent d833301 commit c1bd33c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/runtime.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ mod runtime_tests {
2828

2929
#[test]
3030
fn conformance_tests() -> anyhow::Result<()> {
31-
let config = conformance_tests::Config::new("canary");
31+
let config = conformance_tests::Config::new("canary")
32+
.ignore("outbounbd-mqtt");
3233
let conclusion = conformance_tests::run_tests(config, move |test| {
3334
conformance::run_test(test, &spin_binary())
3435
})?;

0 commit comments

Comments
 (0)