Skip to content

Commit 2f58ec3

Browse files
committed
chore: ignored tests activated
1 parent b3c238a commit 2f58ec3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

core/src/test/scala/com/avast/clients/rabbitmq/PoisonedMessageHandlerLiveTest.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ class PoisonedMessageHandlerLiveTest extends TestBase with ScalaFutures {
227227
}
228228
}
229229

230-
// stuck in GitHub Actions
231-
ignore("PoisonedMessageHandler streaming") {
230+
test("PoisonedMessageHandler streaming") {
232231
val c = createConfig()
233232
import c._
234233

@@ -275,8 +274,7 @@ class PoisonedMessageHandlerLiveTest extends TestBase with ScalaFutures {
275274
}
276275
}
277276

278-
// stuck in GitHub Actions
279-
ignore("PoisonedMessageHandler streaming with timeouting messages") {
277+
test("PoisonedMessageHandler streaming with timeouting messages") {
280278
val c = createConfig()
281279
import c._
282280

0 commit comments

Comments
 (0)