MetPX / sr_insects

test cases for sarracenia python and c implementations.
GNU General Public License v2.0
0 stars 0 forks source link

comment out failing test to avoid bogus failures #48

Closed petersilva closed 1 month ago

petersilva commented 1 month ago

This is for issue #46. Bigger discussion there. problem is need to declare a consumer so the queue snags the published announcement. currently the producer works, publishing the message, but the method used to check that needs for a queue to be bound and waiting for it. that's missing. a bit of work to fix.