This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git


The following commit(s) were added to refs/heads/main by this push:
     new 2b14567  enable ignored tests (#488)
2b14567 is described below

commit 2b14567bd8243f40256374d69aaa5e65f3438fe9
Author: PJ Fanning <[email protected]>
AuthorDate: Fri May 22 11:48:24 2026 +0100

    enable ignored tests (#488)
---
 .../scala/org/apache/pekko/projection/grpc/IntegrationSpec.scala     | 5 ++---
 .../pekko/projection/grpc/producer/ProducerFilterEndToEndSpec.scala  | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/grpc-int-test/src/test/scala/org/apache/pekko/projection/grpc/IntegrationSpec.scala
 
b/grpc-int-test/src/test/scala/org/apache/pekko/projection/grpc/IntegrationSpec.scala
index f778abc..462f627 100644
--- 
a/grpc-int-test/src/test/scala/org/apache/pekko/projection/grpc/IntegrationSpec.scala
+++ 
b/grpc-int-test/src/test/scala/org/apache/pekko/projection/grpc/IntegrationSpec.scala
@@ -255,8 +255,7 @@ class IntegrationSpec(testContainerConf: TestContainerConf)
       processedProbe.expectTerminated(entity)
     }
 
-    // https://github.com/apache/pekko-projection/issues/482 is open to fix 
this
-    "filter out events" ignore new TestFixture {
+    "filter out events" in new TestFixture {
       entity ! TestEntity.Persist("a")
       entity ! TestEntity.Persist("b*")
       entity ! TestEntity.Persist("c")
@@ -348,7 +347,7 @@ class IntegrationSpec(testContainerConf: TestContainerConf)
       processedProbe.expectTerminated(entity)
     }
 
-    "dynamically filter entity ids" ignore new TestFixture {
+    "dynamically filter entity ids" in new TestFixture {
       entity ! TestEntity.Persist("a")
       entity ! TestEntity.Persist("b")
       entity ! TestEntity.Ping(replyProbe.ref)
diff --git 
a/grpc-int-test/src/test/scala/org/apache/pekko/projection/grpc/producer/ProducerFilterEndToEndSpec.scala
 
b/grpc-int-test/src/test/scala/org/apache/pekko/projection/grpc/producer/ProducerFilterEndToEndSpec.scala
index f194081..23ad7dc 100644
--- 
a/grpc-int-test/src/test/scala/org/apache/pekko/projection/grpc/producer/ProducerFilterEndToEndSpec.scala
+++ 
b/grpc-int-test/src/test/scala/org/apache/pekko/projection/grpc/producer/ProducerFilterEndToEndSpec.scala
@@ -159,7 +159,7 @@ class ProducerFilterEndToEndSpec(testContainerConf: 
TestContainerConf)
       spawnProjection()
     }
 
-    "Filter events according to producer filter" ignore {
+    "Filter events according to producer filter" in {
       val ackProbe = createTestProbe[Done]()
       val entity1 = testKit.spawn(TestEntity("one"))
       entity1.tell(TestEntity.Command("a", ackProbe.ref))


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to