File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ mod runtime_tests {
10
10
ignore: [
11
11
// This test is flaky. Often gets "Connection reset by peer" errors.
12
12
// https://github.com/spinframework/spin/issues/2265
13
- "outbound-postgres" ,
14
- "outbound-postgres-variable-permission"
13
+ // "outbound-postgres",
14
+ // "outbound-postgres-variable-permission"
15
15
]
16
16
) ;
17
17
@@ -28,7 +28,7 @@ mod runtime_tests {
28
28
29
29
#[ test]
30
30
fn conformance_tests ( ) -> anyhow:: Result < ( ) > {
31
- let config = conformance_tests:: Config :: new ( "canary" ) . ignore ( "outbound-mqtt" ) ;
31
+ let config = conformance_tests:: Config :: new ( "canary" ) ;
32
32
let conclusion = conformance_tests:: run_tests ( config, move |test| {
33
33
conformance:: run_test ( test, & spin_binary ( ) )
34
34
} ) ?;
You can’t perform that action at this time.
0 commit comments