Skip to content

Commit

Permalink
Merge pull request #2901 from itowlson/ignore-mqtt-flake
Browse files Browse the repository at this point in the history
Ignore MQTT test flake
  • Loading branch information
itowlson authored Nov 4, 2024
2 parents d833301 + 7dd1a68 commit 6df6273
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 6df6273

Please sign in to comment.