Skip to content

Commit 6df6273

Browse files
authored
Merge pull request #2901 from itowlson/ignore-mqtt-flake
Ignore MQTT test flake
2 parents d833301 + 7dd1a68 commit 6df6273

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)