Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit a53a114

Browse files
committed
akka-fix
1 parent e15be0d commit a53a114

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

akka/src/test/java/com/lightbend/microprofile/reactive/streams/akka/AkkaReactiveStreamsTckTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ protected AkkaEngine createEngine() {
4343

4444
@Override
4545
protected boolean isEnabled(Object test) {
46-
// Temporarily disable all IdentityProcessorVerifications until
47-
// https://github.com/akka/akka/pull/25311 is fixed.
48-
return !(test instanceof IdentityProcessorVerification);
46+
return true;
4947
}
5048
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<maven.compiler.target>1.8</maven.compiler.target>
2222

2323
<microprofile.reactive.streams.version>1.0-SNAPSHOT</microprofile.reactive.streams.version>
24-
<akka.version>2.5.13</akka.version>
24+
<akka.version>2.5.14</akka.version>
2525
</properties>
2626

2727
<licenses>

0 commit comments

Comments
 (0)