We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c238a commit 2f58ec3Copy full SHA for 2f58ec3
core/src/test/scala/com/avast/clients/rabbitmq/PoisonedMessageHandlerLiveTest.scala
@@ -227,8 +227,7 @@ class PoisonedMessageHandlerLiveTest extends TestBase with ScalaFutures {
227
}
228
229
230
- // stuck in GitHub Actions
231
- ignore("PoisonedMessageHandler streaming") {
+ test("PoisonedMessageHandler streaming") {
232
val c = createConfig()
233
import c._
234
@@ -275,8 +274,7 @@ class PoisonedMessageHandlerLiveTest extends TestBase with ScalaFutures {
275
274
276
277
278
279
- ignore("PoisonedMessageHandler streaming with timeouting messages") {
+ test("PoisonedMessageHandler streaming with timeouting messages") {
280
281
282
0 commit comments