Skip to content

Commit

Permalink
Ignore MQTT test flake
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
  • Loading branch information
itowlson committed Nov 4, 2024
1 parent d833301 commit c1bd33c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ mod runtime_tests {

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

0 comments on commit c1bd33c

Please sign in to comment.