Skip to content

Commit 50e7c9e

Browse files
fix(tests): Re-enable MQTT and Postgres tests
Signed-off-by: Karan <karanlokchandani@protonmail.com>
1 parent 4a99166 commit 50e7c9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/runtime.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ mod runtime_tests {
1010
ignore: [
1111
// This test is flaky. Often gets "Connection reset by peer" errors.
1212
// https://github.com/spinframework/spin/issues/2265
13-
"outbound-postgres",
14-
"outbound-postgres-variable-permission"
13+
// "outbound-postgres",
14+
// "outbound-postgres-variable-permission"
1515
]
1616
);
1717

@@ -28,7 +28,7 @@ mod runtime_tests {
2828

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

0 commit comments

Comments
 (0)