Skip to content

Commit 7dd1a68

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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").ignore("outbound-mqtt");
3232
let conclusion = conformance_tests::run_tests(config, move |test| {
3333
conformance::run_test(test, &spin_binary())
3434
})?;

0 commit comments

Comments
 (0)