Skip to content

Commit

Permalink
Re-enable Mongodb Reactive with Panache test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfinnigan committed Sep 4, 2020
1 parent 5e77962 commit 389aea5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import javax.ws.rs.sse.SseEventSource;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import com.fasterxml.jackson.databind.ObjectMapper;
Expand All @@ -43,7 +42,6 @@

@QuarkusTest
@QuarkusTestResource(MongoTestResource.class)
@Disabled("See https://github.com/quarkusio/quarkus/issues/11711")
class ReactiveMongodbPanacheResourceTest {
private static final TypeRef<List<BookDTO>> LIST_OF_BOOK_TYPE_REF = new TypeRef<List<BookDTO>>() {
};
Expand Down

0 comments on commit 389aea5

Please sign in to comment.