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 {
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 } ) ?;
You can’t perform that action at this time.
0 commit comments