Skip to content

Commit 131c771

Browse files
authored
Merge pull request #2902 from fermyon/backport-2901-to-v3.0
[Backport v3.0] Ignore MQTT test flake
2 parents d833301 + c527524 commit 131c771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtime.rs

+1-1
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)