steemit / steem-ruby

Steem-ruby is the official Ruby library for the Steem blockchain
MIT License
9 stars 15 forks source link

CI / Hell Enabled #10

Open inertia186 opened 5 years ago

inertia186 commented 5 years ago

As an automated continuous integration solution, I would like to ignore certain build failures, so I don't create false reports to developers.

Occasionally, BroadcastTest#test_can_retry_remote_node_error fails due to parallelized tests. This should not cause tests to fail unless HELL_ENABLED=true is set.

AC