Skip to content

Commit

Permalink
Merge pull request #2902 from fermyon/backport-2901-to-v3.0
Browse files Browse the repository at this point in the history
[Backport v3.0] Ignore MQTT test flake
  • Loading branch information
vdice authored Nov 4, 2024
2 parents d833301 + c527524 commit 131c771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mod runtime_tests {

#[test]
fn conformance_tests() -> anyhow::Result<()> {
let config = conformance_tests::Config::new("canary");
let config = conformance_tests::Config::new("canary").ignore("outbound-mqtt");
let conclusion = conformance_tests::run_tests(config, move |test| {
conformance::run_test(test, &spin_binary())
})?;
Expand Down

0 comments on commit 131c771

Please sign in to comment.